From 952c816a98076b6e4687be80c51b1ae571e9bc0c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 16 Feb 2024 13:36:13 +0100 Subject: [PATCH] fix a typo (#1609) --- src/misc/VarNames.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/VarNames.jl b/src/misc/VarNames.jl index 330a38f50f..6899d53085 100644 --- a/src/misc/VarNames.jl +++ b/src/misc/VarNames.jl @@ -367,7 +367,7 @@ Setting `n=:no` disables creation of this method. These macros behave like their `f(args..., varnames; kv...)` counterparts but also introduce the indexed `varnames` into the current scope. The first version needs at least one `varnames` argument. -The third version calls the univariate method base method if it exists (e.g. `polynomial_ring(R, varname)`). +The third version calls the univariate base method if it exists (e.g. `polynomial_ring(R, varname)`). Setting `macros=:no` disables macro creation.