Skip to content

Commit

Permalink
fix typo in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shime authored Sep 30, 2017
1 parent a11a023 commit cc52842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ expression support.
subclass type. For example, if your language is object oriented,
then you can define a top level MalType (in `types.qx`) that all
your mal data types inherit from. The MalList type (which also
inherits from MalType) will contains a list/array of other MalTypes.
inherits from MalType) will contain a list/array of other MalTypes.
If your language is dynamically typed then you can likely just
return a plain list/array of other mal types.

Expand Down

0 comments on commit cc52842

Please sign in to comment.