Skip to content

Commit addd938

Browse files
elhardoumpierredup
authored andcommitted
Added missing dollar sign to 2 code examples variables (#10)
1 parent 7900274 commit addd938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Example:
134134
$array = [1];
135135
$other = concat($array, 2, [3], [[4]]);
136136

137-
var_dump(other)
137+
var_dump($other)
138138
// => [1, 2, 3, [4]]
139139

140-
var_dump(array)
140+
var_dump($array)
141141
// => [1]
142142

143143
```

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy