Skip to content

Commit

Permalink
fix a typo (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Feb 16, 2024
1 parent 8465903 commit 952c816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/VarNames.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 952c816

Please sign in to comment.