Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Christian <me@vchrist.at>
  • Loading branch information
VolkerChristian committed Jul 21, 2024
1 parent 4673c91 commit 4dfea1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The `core::socket::stream::SocketConnection` object involved is managed internal

#### Echo-Server `SocketContextFactory`

The `create()` method of our `EchoServerContextFactory` returns a pointer to the `EchoServerContext` whose implementation is presented in the [SocketContext Classes](#SocketContext Classes) section below.
The `create()` method of our `EchoServerContextFactory` returns a pointer to the `EchoServerContext` whose implementation is presented in the [SocketContext Classes](#socketcontext-classes) section below.

***Note***: A pointer to a `core::socket::stream::SocketConnection` is passed as argument to the constructor of our `EchoServerContext`.

Expand Down

0 comments on commit 4dfea1e

Please sign in to comment.