Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Sep 29, 2023
1 parent 3241875 commit 4d9db7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infer/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ func (*derivedInvokeController[F, I, O]) GetToken() (tokens.Type, error) {
//
// pkg:index:FizzBuzz
//
// Functions use a different capitalization convection, so we need to convert:
// Functions use a different capitalization convention, so we need to convert:
//
// pkg:index:FizzBuzz
// pkg:index:fizzBuzz
//
return getToken[F](fnToken)
}
Expand Down

0 comments on commit 4d9db7c

Please sign in to comment.