You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ with a class that can contain several instances of `Grape::API`.
12
12
This changes were done in such a way that no code-changes should be required.
13
13
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`.
14
14
15
-
Note, this is particularly relevant if you are opening the class `Grape::API` for modification. This code:
15
+
Note, this is particularly relevant if you are opening the class `Grape::API` for modification.
0 commit comments