Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ee142c5

Browse files
authored
Update quick-start.md
Fix content typo
1 parent 8c6e301 commit ee142c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ normal event managers; the call to `attach` is identical to the `EventManager`,
112112
but expects an additional parameter at the beginning: a named instance.
113113

114114
Remember the example of composing an `EventManager`, how we passed it an array
115-
containing `__CLASS__` and `get_class($this)`? Those values are then used to
115+
containing `__CLASS__` and `get_called_class()`? Those values are then used to
116116
*identify* the event manager instance, and pull listeners registered with one of
117117
those identifiers from the `SharedEventManager`.
118118

0 commit comments

Comments
 (0)