We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70b102 commit b7d2132Copy full SHA for b7d2132
docs/src/interface.md
@@ -74,6 +74,6 @@ update_coefficients!(γ, nothing, nothing, nothing; my_special_scaling = 7.0)
74
@show γ * [2.0]
75
76
# Use operator application form
77
-@show γ([2.0], nothing, nothing; my_special_scaling = 5.0)
+@show γ([2.0], nothing, nothing, nothing; my_special_scaling = 5.0)
78
nothing # hide
79
```
0 commit comments