Skip to content

Commit

Permalink
Fix typo (#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk4e authored Aug 28, 2024
1 parent 7fd1d03 commit f0eb9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorbet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ module ValueSet
# options. Especially when starting out with Sorbet, it may not be practical
# to refactor the code to use `T::Enum`. In this case, you can use `T.enum`.
#
# Note: Sorbet can't check this statically becuase it doesn't track the
# Note: Sorbet can't check this statically because it doesn't track the
# values themselves.
sig do
params(
Expand Down

0 comments on commit f0eb9db

Please sign in to comment.