summaryrefslogtreecommitdiff
path: root/tutorials/intro.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/intro.md')
-rw-r--r--tutorials/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/intro.md b/tutorials/intro.md
index 0442413499..34ec1b20ba 100644
--- a/tutorials/intro.md
+++ b/tutorials/intro.md
@@ -80,7 +80,7 @@ class phpdbg {
$dbg = new phpdbg();
-var_dump($dbg->isGreat("PHP Rocks !!"));
+var_dump($dbg->isGreat("PHP Rocks!!"));
?>
```