Skip to content

Commit

Permalink
Finally finished documenting Vector. GAH.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettBillingsley committed Jun 29, 2012
1 parent 7414305 commit 4b4f71f
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 192 deletions.
2 changes: 1 addition & 1 deletion croc/stdlib_stringbuffer.d
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ local s = StringBuffer()
called on it (unless it's a \tt{StringBuffer} itself, so no \tt{toString} is necessary), and the resulting string will be
appended to the end of this \tt{StringBuffer}'s data.
You can either use the \tt{~=} and \tt{~} operators to use this method, or you can call the \link{append} method; both are aliased to
You can either use the \tt{~=} and \tt{~} operators to use this method, or you can call the \tt{append} method; both are aliased to
the same method and do the same thing. Thus, \tt{"s ~= a ~ b ~ c"} is functionally identical to \tt{"s.append(a, b, c)"} and
vice versa.
Expand Down

0 comments on commit 4b4f71f

Please sign in to comment.