Skip to content

Commit e05729c

Browse files
committed
fix realsolutions -> real_solutions
1 parent 005ad50 commit e05729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/solve-first-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Result with 4 solutions
4444
We see that $f$ has two real zeros. They are
4545

4646
```julia-repl
47-
julia> realsolutions(result)
47+
julia> real_solutions(result)
4848
2-element Array{Array{Float64,1},1}:
4949
[1.68179, -1.41421]
5050
[-1.68179, -1.41421]

0 commit comments

Comments
 (0)