diff --git a/0001-functions/Functions.playground/Contents.swift b/0001-functions/Functions.playground/Contents.swift index c7035530..f61aa9b4 100644 --- a/0001-functions/Functions.playground/Contents.swift +++ b/0001-functions/Functions.playground/Contents.swift @@ -44,7 +44,7 @@ extension Int { precedencegroup ForwardComposition { higherThan: ForwardApplication - associativity: right + associativity: left } infix operator >>>: ForwardComposition