mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-19 04:52:13 +02:00
Fix typo (#5056)
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user