Crystal bindings: json.cr: s/mother class/root class/
This commit is contained in:
parent
afd8bbec18
commit
dda7514a61
@ -1,6 +1,6 @@
|
|||||||
require "json"
|
require "json"
|
||||||
|
|
||||||
# IPC::JSON is the mother class for all exchanged messages (using JSON).
|
# IPC::JSON is the root class for all exchanged messages (using JSON).
|
||||||
# IPC::JSON inherited classes have a common 'type' class attribute,
|
# IPC::JSON inherited classes have a common 'type' class attribute,
|
||||||
# which enables to find the right IPC::JSON+ class given a TypedMessage's type.
|
# which enables to find the right IPC::JSON+ class given a TypedMessage's type.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user