Skip to content

Commit 355775d

Browse files
author
Amanda Butler
authored
Fix typo in Wait.md
Fix typo.
1 parent b57448a commit 355775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/platform/Wait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Wait functions provide simple wait capabilities. The OS scheduler puts the curre
66

77
When you call wait, your board's CPU will sleep in the RTOS for the whole number of milliseconds and then spin as necessary to make up the remaining fraction of a millisecond. However, it blocks the platform deep sleep for the entire duration.
88

9-
### Wait functions reference
9+
### Wait function reference
1010

1111
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/mbed__wait__api_8h_source.html)
1212

0 commit comments

Comments
 (0)