Skip to content

Commit 51fdf13

Browse files
committed
Fixed a typo
1 parent e92bda2 commit 51fdf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zebra_Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ public function regenerate_id() {
587587
* $session->set_flashdata('myvar', 'myval');
588588
* </code>
589589
*
590-
* Flashdata session variables can be retrieved as any other session variable:
590+
* Flashdata session variables can be retrieved like any other session variable:
591591
*
592592
* <code>
593593
* if (isset($_SESSION['myvar'])) {

0 commit comments

Comments
 (0)