Skip to content

Commit 3ee577d

Browse files
author
Amanda Butler
authored
Fix typo in thread_safety.md
Delete random "f" in doc.
1 parent cc8018c commit 3ee577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/thread_safety.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ One of the major improvements introduced in Mbed OS 5 is a new programming model
1010

1111
As with any multithreaded environment, Mbed developers need to use various synchronization primitives to ensure their code doesn’t include race conditions or other concurrency problems. They also need to understand what thread-safety guarantees the Mbed OS 5 APIs provide when they use them. This is particularly important for code that runs in response to a hardware interrupt service routine (ISR), which needs to be carefully designed so as not to compromise the thread safety of the whole system.
1212

13-
The Mbed OS library contains internal synchronization to provide various levels of thread safety. This document describes the mechanisms Mbed OS 5 provides to build thread safe applications. f
13+
The Mbed OS library contains internal synchronization to provide various levels of thread safety. This document describes the mechanisms Mbed OS 5 provides to build thread safe applications.
1414

1515
### Thread safety
1616

0 commit comments

Comments
 (0)