From c50edb73ac54b4a0991070235feee3577477cdb6 Mon Sep 17 00:00:00 2001 From: Leo Galambos Date: Thu, 28 Aug 2025 18:55:19 +0200 Subject: [PATCH] Update Programming Guide --- Programming-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Guide.md b/Programming-Guide.md index b3daa8b..8359bb2 100644 --- a/Programming-Guide.md +++ b/Programming-Guide.md @@ -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 key–value 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.