Skip to content

Commit

Permalink
Update rust/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad A. Ionescu <[email protected]>
  • Loading branch information
idelvall and vladaionescu authored Nov 14, 2023
1 parent 1e5e15a commit b91ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b91ab1d

Please sign in to comment.