mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix typo (#5056)
This commit is contained in:
parent
7fd1d03fef
commit
f0eb9dbebd
@ -913,7 +913,7 @@ module ValueSet
|
|||||||
# options. Especially when starting out with Sorbet, it may not be practical
|
# 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`.
|
# 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.
|
# values themselves.
|
||||||
sig do
|
sig do
|
||||||
params(
|
params(
|
||||||
|
Loading…
Reference in New Issue
Block a user