Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_parameter_ typo fix #369

Merged
merged 1 commit into from
Aug 19, 2020
Merged

_parameter_ typo fix #369

merged 1 commit into from
Aug 19, 2020

Commits on Aug 19, 2020

  1. _parameter_ typo fix

    Dearest Reviewer,
    
    This is a a typo fix.  While I am here I have a question about _parameter_. Why would a parameter include a var-name if it was not in the name parameter format `(x: Int)`? 
    
    ```
      def bar: (untyped `type`, void: untyped `void`) -> untyped
    ```
    In this test what does `type` do? https://github.com/ruby/rbs/blob/master/test/rbs/signature_parsing_test.rb#L786
    
    I am mostly reading the syntax document. Is there another document I should be reading for reference? 
    
    Thanks for your time,
    
    Dictated but not reviewed,
    Becker
    sbeckeriv committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    b33be22 View commit details
    Browse the repository at this point in the history