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 a35990f commit 0fa72a3Copy full SHA for 0fa72a3
README.md
@@ -86,7 +86,7 @@ x = mxarray(["a", 1, 2.3]) # converts a Julia array to a MATLAB cell array
86
x = mxarray(Dict("a"=>1, "b"=>"string", "c"=>[1,2,3])) # converts a Julia dictionary to a MATLAB struct
87
```
88
89
-The function ``mxarray`` can also converts a compound type to a Julia struct:
+The function ``mxarray`` can also convert a compound type to a Julia struct:
90
```julia
91
type S
92
x::Float64
0 commit comments