Browse Source

Escape another <pre> tag for api docs

othercorey 5 years ago
parent
commit
75849929a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/functions.php

+ 1 - 1
src/Core/functions.php

@@ -163,7 +163,7 @@ if (!function_exists('pj')) {
      * json pretty print convenience function.
      *
      * In terminals this will act similar to using json_encode() with JSON_PRETTY_PRINT directly, when not run on cli
-     * will also wrap <pre> tags around the output of given variable. Similar to pr().
+     * will also wrap `<pre>` tags around the output of given variable. Similar to pr().
      *
      * This function returns the same variable that was passed.
      *