We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90cc6e commit 2d7e03dCopy full SHA for 2d7e03d
1 file changed
README.md
@@ -2744,9 +2744,9 @@ condition](#safe-assignment-in-condition).
2744
end
2745
```
2746
2747
-* <a name="file-close"></a>
2748
- Release external resources obtained by your program in an ensure block.
2749
-<sup>[[link](#file-close)]</sup>
+* <a name="release-resources"></a>
+ Release external resources obtained by your program in an `ensure` block.
+<sup>[[link](#release-resources)]</sup>
2750
2751
```Ruby
2752
f = File.open('testfile')
0 commit comments