Update Programming Guide

2025-08-28 18:55:19 +02:00
parent 19e26f4bd5
commit c50edb73ac

@@ -146,7 +146,7 @@ Ctx.INSTANCE.clear();
## Ephemeral Named Contexts
You can create multiple independent, **ephemeral contexts**, each identified by a unique name.
These contexts behave like isolated keyvalue stores:
These contexts behave like isolated key-value stores:
- They are created lazily on first access.
- They live only as long as you keep a reference to them.