Skip to content

Commit f2230f4

Browse files
committed
Fix typo
1 parent 57c3106 commit f2230f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yard-sorbet/sig_to_yard.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class << self
1010
# Map of common types to YARD conventions (in order to reduce allocations)
1111
REF_TYPES = T.let({
1212
'T::Boolean' => ['Boolean'].freeze, # YARD convention for booleans
13-
# YARD convention is use singleton objects when applicable:
13+
# YARD convention is to use singleton objects when applicable:
1414
# https://www.rubydoc.info/gems/yard/file/docs/Tags.md#literals
1515
'FalseClass' => ['false'].freeze,
1616
'NilClass' => ['nil'].freeze,

0 commit comments

Comments
 (0)