Skip to content

Commit 1f855f7

Browse files
authored
Update sig/unit_test/type_assertions.rbs
1 parent 205f42c commit 1f855f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sig/unit_test/type_assertions.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module RBS
179179
#
180180
def assert_type: (String | Types::t value_type, untyped value) -> void
181181

182-
# Asserts if given `value` has a type of `value_type`
182+
# Asserts if RBS definition declares given `method_name` with `visibility`
183183
#
184184
def assert_visibility: (:private | :public visibility, Symbol method_name) -> void
185185

0 commit comments

Comments
 (0)