branch: externals/matlab-mode
commit 3af4c4f08a75c73f87a17ff79f7fc92447a86599
Author: John Ciolfi <[email protected]>
Commit: GitHub <[email protected]>

    Fix formatting of struct initialization in README
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index ea83207233..4aabb307a3 100644
--- a/README.org
+++ b/README.org
@@ -142,7 +142,7 @@ aligned, etc.
         mat = [100,   2, 300.2
                  3, 400,     4];
 
-        s = struct('f1'        , 1, ...
+        s = struct('f1',         1, ...
                    'otherField', in1 + input2);
 
         a             = 10;                     % comment for a

Reply via email to