Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myxoh committed Nov 23, 2018
1 parent c87944b commit 8b00bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Expand Up @@ -12,7 +12,7 @@ with a class that can contain several instances of `Grape::API`.
This changes were done in such a way that no code-changes should be required.
However, if experiencing problems, or relying on private methods and internal behaviour too deeply, it is possible to restore the prior behaviour by replacing the references from `Grape::API` to `Grape::API::Instance`.

Note, this is particularly relevant if you are opening the class `Grape::API` for modification. This code:
Note, this is particularly relevant if you are opening the class `Grape::API` for modification.

**Deprecated**
```ruby
Expand Down

0 comments on commit 8b00bee

Please sign in to comment.