Skip to content

Commit 5ad7ce1

Browse files
Fix deprecations
1 parent 436991a commit 5ad7ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ type belong to one of the above types.
200200
For example, say you have a user-defined type `Point`
201201

202202
```julia
203-
type Point
203+
mutable struct Point
204204
x::Int64
205205
y::Float64
206206
space::String

0 commit comments

Comments
 (0)