Skip to content

Commit c30a773

Browse files
Update examples.xml
Co-authored-by: Jordi Kroon <jordi@jordikroon.nl>
1 parent 7793c89 commit c30a773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/yar/examples.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var_dump($client->add(1, 2));
7878
var_dump($client->call("add", array(3, 2)));
7979
8080
81-
/* _add can not be called */
81+
/* _add cannot be called */
8282
var_dump($client->_add(1, 2));
8383
?>
8484
]]>

0 commit comments

Comments
 (0)