Skip to content

Commit 7709b24

Browse files
authored
api->API
Minor doxygen update, uppercase acronym
1 parent fc41c3d commit 7709b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/FileHandle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class FileHandle : private NonCopyable<FileHandle> {
250250
* The callback may be called in an interrupt context and should not
251251
* perform expensive operations.
252252
*
253-
* Note! This is not intended as an attach-like asynchronous api, but rather
253+
* Note! This is not intended as an attach-like asynchronous API, but rather
254254
* as a building block for constructing such functionality.
255255
*
256256
* The exact timing of when the registered function

0 commit comments

Comments
 (0)