From d2d3285aff3574c658712b5de8cc28b694858417 Mon Sep 17 00:00:00 2001 From: Kevin Mattheus Moerman Date: Thu, 26 Oct 2017 09:01:20 -0400 Subject: [PATCH] fixed minor typo (converts-convert) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1721534..d7d79ef 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ x = mxarray(["a", 1, 2.3]) # converts a Julia array to a MATLAB cell array x = mxarray(Dict("a"=>1, "b"=>"string", "c"=>[1,2,3])) # converts a Julia dictionary to a MATLAB struct ``` -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: ```julia type S x::Float64