Crystal bindings: json.cr: s/mother class/root class/

master
Philippe Pittoli 2023-02-03 04:02:36 +01:00
parent afd8bbec18
commit dda7514a61
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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,
# which enables to find the right IPC::JSON+ class given a TypedMessage's type.