We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41c3d commit 7709b24Copy full SHA for 7709b24
platform/FileHandle.h
@@ -250,7 +250,7 @@ class FileHandle : private NonCopyable<FileHandle> {
250
* The callback may be called in an interrupt context and should not
251
* perform expensive operations.
252
*
253
- * Note! This is not intended as an attach-like asynchronous api, but rather
+ * Note! This is not intended as an attach-like asynchronous API, but rather
254
* as a building block for constructing such functionality.
255
256
* The exact timing of when the registered function
0 commit comments