Skip to content

Commit

Permalink
s/a RBS/an RBS/
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Jun 26, 2021
1 parent c5858bd commit 1ebb5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ But it will help you to have an overview of the signatures you are trying to wri

### What to do with existing RBS files

Generating prototypes will override everything, so the problem is if there is a RBS files already.
Generating prototypes will override everything, so the problem is if there is an RBS files already.
You can try to find missing parts, or you can start from the scratch.

One non-trivial but absolutely better solution is to make a tool:
Expand Down
2 changes: 1 addition & 1 deletion sig/namespace.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module RBS
# RBS::Types::Union
# ^^^^^^^^^^^^ Namespace
#
# Note that `Namespace` is a RBS specific concept and there is no corresponding concept in Ruby.
# Note that `Namespace` is an RBS specific concept and there is no corresponding concept in Ruby.
#
# There are _absolute_ and _relative_ namespaces.
#
Expand Down

0 comments on commit 1ebb5be

Please sign in to comment.