Skip to content

Commit 2b7d2bb

Browse files
committed
fix the documentation to match implementation
1 parent ec1a027 commit 2b7d2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/mbed/api/Ethernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Ethernet {
8989
*
9090
* @returns
9191
* 0 if the sending was failed,
92-
* 1 if the package is successfully sent.
92+
* or the size of the packet successfully sent.
9393
*/
9494
int send();
9595

0 commit comments

Comments
 (0)