mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Typo in comment.
This commit is contained in:
parent
b11784f58a
commit
de2c762d2c
@ -127,7 +127,7 @@ instance Compile (Py.Attribute Span)
|
||||
-- (since they appear to have values, i.e. `a = b = c`) and statements (because
|
||||
-- they introduce bindings. For that reason, they deserve special attention.
|
||||
--
|
||||
-- The correct desugaring for the expression above looks like, given a continuation @cc@:
|
||||
-- The correct desugaring for the expression above looks like, given a continuation @cont@:
|
||||
-- @
|
||||
-- (b :<- c) >>>= (a :<- b) >>>= cont
|
||||
-- @
|
||||
|
Loading…
Reference in New Issue
Block a user