Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a typo
Swift SVN r402
  • Loading branch information
DougGregor committed Jul 13, 2011
1 parent f720555 commit 023c9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LangRef.html
Expand Up @@ -488,7 +488,7 @@ <h3 id="decl-typealias">typealias</h3>
<i>// location is an alias for a tuple of ints.</i>
typealias location : (x : int, y : int)

<i>// pair_fn is a function that takes two ins and returns a tuple.</i>
<i>// pair_fn is a function that takes two ints and returns a tuple.</i>
typealias pair_fn : int -> int -> (first : int, second : int)
</pre>

Expand Down

0 comments on commit 023c9cc

Please sign in to comment.