Remove inappropriate apostrophes

This commit is contained in:
Xymph
2022-08-23 22:19:23 +02:00
parent ca0f073a4c
commit a85d35345d
2 changed files with 3 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ Example of string
spanning multiple lines
using nowdoc syntax.
$a does not parse.
EOD; // closing 'EOD' must be on it's own line, and to the left most point
EOD; // closing 'EOD' must be on its own line, and to the left most point
/**
* Output:
@@ -276,7 +276,7 @@ Example of string
spanning multiple lines
using heredoc syntax.
$a are parsed.
EOD; // closing 'EOD' must be on it's own line, and to the left most point
EOD; // closing 'EOD' must be on its own line, and to the left most point
/**
* Output: