mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Typo
This commit is contained in:
parent
ef64fa466b
commit
f1a68fee8c
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ module Spectator
|
||||||
end %}
|
end %}
|
||||||
|
|
||||||
{% # Reconstruct the method signature.
|
{% # Reconstruct the method signature.
|
||||||
# I wish there was a better way of doing this, but there isn't (at not one that I'm aware of).
|
# I wish there was a better way of doing this, but there isn't (at least not that I'm aware of).
|
||||||
# This chunk of code must reconstruct the method signature exactly as it was originally.
|
# This chunk of code must reconstruct the method signature exactly as it was originally.
|
||||||
# If it doesn't match, it doesn't override the method and the stubbing won't work.
|
# If it doesn't match, it doesn't override the method and the stubbing won't work.
|
||||||
%}
|
%}
|
||||||
|
@ -218,7 +218,7 @@ module Spectator
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% # Reconstruct the method signature.
|
{% # Reconstruct the method signature.
|
||||||
# I wish there was a better way of doing this, but there isn't (at not one that I'm aware of).
|
# I wish there was a better way of doing this, but there isn't (at least not that I'm aware of).
|
||||||
# This chunk of code must reconstruct the method signature exactly as it was originally.
|
# This chunk of code must reconstruct the method signature exactly as it was originally.
|
||||||
# If it doesn't match, it doesn't override the method and the stubbing won't work.
|
# If it doesn't match, it doesn't override the method and the stubbing won't work.
|
||||||
%}
|
%}
|
||||||
|
|
Loading…
Reference in a new issue