Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a96f35

Browse filesBrowse files
committed
Merge pull request #1522 from jaywilliams/patch-1
Spelling tweak, use the word "if" not "of"
2 parents 2335682 + 51e19ec commit 7a96f35
Copy full SHA for 7a96f35

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎book/controller.rst

Copy file name to clipboardExpand all lines: book/controller.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ from any controller::
616616
// in another controller for another request
617617
$foo = $session->get('foo');
618618

619-
// use a default value of the key doesn't exist
619+
// use a default value if the key doesn't exist
620620
$filters = $session->set('filters', array());
621621

622622
These attributes will remain on the user for the remainder of that user's

‎quick_tour/the_controller.rst

Copy file name to clipboardExpand all lines: quick_tour/the_controller.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ from any controller::
126126
// in another controller for another request
127127
$foo = $session->get('foo');
128128

129-
// use a default value of the key doesn't exist
129+
// use a default value if the key doesn't exist
130130
$filters = $session->set('filters', array());
131131

132132
You can also store small messages that will only be available for the very

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.