Skip to content

Commit 536d230

Browse files
committed
small doc correction
1 parent 31072f8 commit 536d230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You may provide any php-callable notation you wish, including:
6666
```php
6767
object_merge_callback(0, 'function_name', ...$objects);
6868
object_merge_callback(0, $closure, ...$objects);
69-
object_merge_callback(0, ['FQCN', 'function_name'], ...$objects);
69+
object_merge_callback(0, ['FQN', 'function_name'], ...$objects);
7070
object_merge_callback(0, [$instance, 'function_name'], ...$objects);
7171
```
7272

0 commit comments

Comments
 (0)