Skip to content

Commit 2d7e03d

Browse files
committed
Rename a rule
1 parent f90cc6e commit 2d7e03d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,9 +2744,9 @@ condition](#safe-assignment-in-condition).
27442744
end
27452745
```
27462746

2747-
* <a name="file-close"></a>
2748-
Release external resources obtained by your program in an ensure block.
2749-
<sup>[[link](#file-close)]</sup>
2747+
* <a name="release-resources"></a>
2748+
Release external resources obtained by your program in an `ensure` block.
2749+
<sup>[[link](#release-resources)]</sup>
27502750

27512751
```Ruby
27522752
f = File.open('testfile')

0 commit comments

Comments
 (0)