Skip to content

Commit 42401fd

Browse files
author
Amanda Butler
authored
Fix typo in Time.md
Fix typo as in PR #777
1 parent 0a91412 commit 42401fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/platform/Time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The C `date` and `time` functions are a group of functions in the standard libra
44

55
You can convert time to a human-readable format using `ctime`, `localtime`, `strftime` and other C standard functions.
66

7-
You cannot use `time`, `mktime` and `localtime` C standard library functions in an interrupt handler with the GCC toolchain. We have added dedicated routines `_rtc_mktime` and `_rtc_localtime`, which are optimized and faster then C standard library functions, to overcome this issue.
7+
You cannot use `time`, `mktime` and `localtime` C standard library functions in an interrupt handler with the GCC toolchain. We have added dedicated routines `_rtc_mktime` and `_rtc_localtime`, which are optimized and faster than C standard library functions, to overcome this issue.
88

99
### Time function reference
1010

0 commit comments

Comments
 (0)