Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Apr 11, 2017
1 parent e92bda2 commit 51fdf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zebra_Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ public function regenerate_id() {
* $session->set_flashdata('myvar', 'myval');
* </code>
*
* Flashdata session variables can be retrieved as any other session variable:
* Flashdata session variables can be retrieved like any other session variable:
*
* <code>
* if (isset($_SESSION['myvar'])) {
Expand Down

0 comments on commit 51fdf13

Please sign in to comment.