Skip to content

Commit

Permalink
Merge pull request #16 from ggreif/patch-2
Browse files Browse the repository at this point in the history
Some typos
  • Loading branch information
leepike committed Nov 5, 2014
2 parents 6a06d84 + e677899 commit 5750b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivory-examples/examples/file.ivory
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct Foo
{ -- When context makes apparent and we can syntactically check the type, a
-- base type is promoted to a memory area (i.e., bool is rewritten to &bool).
bool aFoo
-- '&' at the type level binds mostly tightly and is righ-associative. When
-- '&' at the type level binds most tightly and is right-associative. When
-- we use a type alias, the '&' must be added explicitly.
; &SomeInt[4] aBar
}
Expand Down

0 comments on commit 5750b7e

Please sign in to comment.