1
1
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:
Patrick Thomson 2019-09-27 18:18:00 -04:00
parent b11784f58a
commit de2c762d2c

View File

@ -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
-- @