Skip to content

Commit 0fa72a3

Browse files
Kevin-Mattheus-Moermanmusm
authored andcommitted
fixed minor typo (converts-convert) (#123)
1 parent a35990f commit 0fa72a3

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
@@ -86,7 +86,7 @@ x = mxarray(["a", 1, 2.3]) # converts a Julia array to a MATLAB cell array
8686
x = mxarray(Dict("a"=>1, "b"=>"string", "c"=>[1,2,3])) # converts a Julia dictionary to a MATLAB struct
8787
```
8888

89-
The function ``mxarray`` can also converts a compound type to a Julia struct:
89+
The function ``mxarray`` can also convert a compound type to a Julia struct:
9090
```julia
9191
type S
9292
x::Float64

0 commit comments

Comments
 (0)