From 6d65722b6776627cb82604decc01ebd98015cc7c Mon Sep 17 00:00:00 2001 From: Collin Monahan Date: Tue, 3 Mar 2020 10:36:26 -0500 Subject: [PATCH] Fix typo (#3932) --- CONCURRENCY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONCURRENCY.md b/CONCURRENCY.md index 5b1ac745db9..dd87438904c 100644 --- a/CONCURRENCY.md +++ b/CONCURRENCY.md @@ -177,7 +177,7 @@ the following mechanisms to prevent the unintended sharing of state via global o unless cyclic frozen structures were attempted to be created * enums are always frozen - Combined, these mechanisms allow natural race-freeze programming with code reuse across platforms in MPP projects. + Combined, these mechanisms allow natural race-free programming with code reuse across platforms in MPP projects. ### Atomic primitives and references