patx/mongokv
fix typo
Commit d17d140 · patx · 2025-12-15T12:34:27-05:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 8b7c104..c3bda32 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -522,7 +522,7 @@ print(keys) # -> ["user:1", "note:abc", ...]</code></pre>
<ul>
<li>If there is a running event loop, methods like <code>set</code>, <code>get</code>, etc. return <strong>coroutines</strong>.</li>
<li>If there is no running loop, they execute synchronously.</li>
- <li>If you do not await your method calls in an async context there will be an error because your a returning a non-awaited coroutine.<li>
+ <li>If you do not await your method calls in an async context there will be an error because your a returning a non-awaited coroutine.</li>
</ul>
</section>