API docs: it's => its fix

This commit is contained in:
John Scipione
2017-11-09 13:23:55 -08:00
parent fd6ef33795
commit 44b874666a
17 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ A primary-listener is employed called \c ColorGradientsListener. The
primary-listener accepts Json parse events and will relay them to a
sub-listener. The sub-listener is implemented to specifically deal with one
tier of the inbound data. The sub-listeners are structured in a stack where
the sub-listener at the head of the stack has a pointer to it's parent. The
the sub-listener at the head of the stack has a pointer to its parent. The
primary-listener maintains a pointer to the current head of the stack and will
direct events to that sub-listener.