From 8e469887bca4a2c1afde3bc4fc25b15aa0452f9f Mon Sep 17 00:00:00 2001 From: Mark Eibes Date: Fri, 26 Jul 2024 12:14:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a792fea..f3cc868 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Check out the [minimal example](#running-an-om)! ## What can it do? An `Om` consists of three parts. -A *context*, potential *errors*, and the *value* of the computation. +A *context*, potential *errors*, and the *value* of a concurrent computation. Conventionally in code, we abbreviate this as `Om ctx errs a`.