File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2510,7 +2510,7 @@ end
2510
2510
Checks for use of the helper methods which reference
2511
2511
instance variables.
2512
2512
2513
- Relying on instance variables makes it difficult to re-use helper
2513
+ Relying on instance variables makes it difficult to reuse helper
2514
2514
methods.
2515
2515
2516
2516
If it seems awkward to explicitly pass in each dependent
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Rails
6
6
# Checks for use of the helper methods which reference
7
7
# instance variables.
8
8
#
9
- # Relying on instance variables makes it difficult to re-use helper
9
+ # Relying on instance variables makes it difficult to reuse helper
10
10
# methods.
11
11
#
12
12
# If it seems awkward to explicitly pass in each dependent
You can’t perform that action at this time.
0 commit comments