Apply suggestion from @igor-sirotin

Co-authored-by: Igor Sirotin <igor.sirotin.1012@gmail.com>
This commit is contained in:
Jazz Turner-Baggs 2026-02-05 17:13:09 -08:00 committed by GitHub
parent f07c5b170c
commit 8235742ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ With the vast amount of information required to maintain compatibility between a
# Theory / Semantics
This specification defines a abstract framework for building a chat protocol. Its purpose is to name the components, and define modular boundaries between components to promote reuse. The end result is that a chat protocol implementation can be described by listing its approach to 5 problem areas.
This specification defines an abstract framework for building a chat protocol. Its purpose is to name the components, and define modular boundaries between components to promote reuse. The end result is that a chat protocol implementation can be described by listing its approach to 5 problem areas.
The chat protocol is be decomposed into 3 distinct phases.