Skip to content

Commit 83b3875

Browse files
authored
Merge pull request rails#49880 from akhilgkrishnan/remove-period-from-title
Remove period from title [skip ci]
2 parents 1685c64 + 0546845 commit 83b3875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/7_1_release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ promise.value # => 10
296296
These methods allow for the execution of these operations in an asynchronous manner, which can significantly
297297
improve performance for certain types of database queries.
298298

299-
### Allow templates to set strict `locals`.
299+
### Allow templates to set strict `locals`
300300

301301
Introduce a new feature that [allows templates to set explicit `locals`](https://github.com/rails/rails/pull/45602).
302302
This enhancement provides greater control and clarity when passing variables to your templates.

0 commit comments

Comments
 (0)