Add "->" as a delimiter token. Found by James Harding on docs@.

This commit is contained in:
Georg Brandl 2013-10-08 21:28:22 +02:00
parent 3328871cac
commit 97f962339f
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ Delimiters
The following tokens serve as delimiters in the grammar::
( ) [ ] { }
, : . ; @ =
, : . ; @ = ->
+= -= *= /= //= %=
&= |= ^= >>= <<= **=