From b91ab1d3e7904efb9473cd4fe55d873be9eee0df Mon Sep 17 00:00:00 2001 From: Ignacio del Valle Alles Date: Tue, 14 Nov 2023 11:38:50 +0100 Subject: [PATCH] Update rust/README.md Co-authored-by: Vlad A. Ionescu <446771+vladaionescu@users.noreply.github.com> --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index 5bed8cc..7b78bfd 100644 --- a/rust/README.md +++ b/rust/README.md @@ -57,7 +57,7 @@ Use this argument when you want to `SAVE ARTIFACT` from the target folder (mount For example `--output="release/[^\./]+"` would keep all the files in `/target/release` that don't have any extension. ### Thread safety -This UDC should is thread safe. Parallel builds of targets calling this UDC should be free of race conditions. +This UDC is thread safe. Parallel builds of targets calling this UDC should be free of race conditions. ## Examples: