From bcde35fdb7a3996dfaf42468d601d15517f97c24 Mon Sep 17 00:00:00 2001 From: Tommy Hofmann Date: Tue, 13 Feb 2024 12:40:59 +0100 Subject: [PATCH] Update src/Poly.jl Co-authored-by: Max Horn --- src/Poly.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Poly.jl b/src/Poly.jl index 272b79e73a..b0c86e9116 100644 --- a/src/Poly.jl +++ b/src/Poly.jl @@ -2204,8 +2204,8 @@ end compose(f::PolyRingElem, g::PolyRingElem; side) Compose the polynomial $a$ with the polynomial $b$ and return the result. -- If `side = :right`, then `f(g)` is returned and `g` must have positive valuation. -- If `side = :left`, then `g(f)` is returned and `f` must have positive valuation. +- If `side = :right`, then `f(g)` is returned. +- If `side = :left`, then `g(f)` is returned. """ function compose(f::PolyRingElem, g::PolyRingElem; side = nothing) if side === nothing