Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
stephencelis authored Aug 16, 2021
1 parent b722307 commit 2376517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0001-functions/Functions.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension Int {

precedencegroup ForwardComposition {
higherThan: ForwardApplication
associativity: right
associativity: left
}
infix operator >>>: ForwardComposition

Expand Down

0 comments on commit 2376517

Please sign in to comment.