Skip to content

Commit b7d2132

Browse files
fix doc builds
1 parent b70b102 commit b7d2132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ update_coefficients!(γ, nothing, nothing, nothing; my_special_scaling = 7.0)
7474
@show γ * [2.0]
7575
7676
# Use operator application form
77-
@show γ([2.0], nothing, nothing; my_special_scaling = 5.0)
77+
@show γ([2.0], nothing, nothing, nothing; my_special_scaling = 5.0)
7878
nothing # hide
7979
```

0 commit comments

Comments
 (0)