From 23765178c5f7dffbb63047456fb37558df3317c7 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 16 Aug 2021 13:29:09 -0400 Subject: [PATCH] Fix typo Fixes #21 --- 0001-functions/Functions.playground/Contents.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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