Fix formatting in docs

This commit is contained in:
Marek Wolan
2023-10-27 12:24:22 +01:00
parent a06629ed0b
commit 1ec1b319e5
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ The ``DatabaseService`` provides a SQL database server simulation by extending t
Key capabilities
^^^^^^^^^^^^^^^^
- Initialises a SQLite database file in the ``Node``'s ``FileSystem`` upon creation.
- Initialises a SQLite database file in the ``Node`` 's ``FileSystem`` upon creation.
- Handles connecting clients by maintaining a dictionary of connections mapped to session IDs.
- Authenticates connections using a configurable password.
- Executes SQL queries against the SQLite database.