Skip to content

Commit 5278dd4

Browse files
committed
Merge pull request #113 from mazgch/master
fix the documentation to ethernet api to match implementation
2 parents 6a5335a + 2b7d2bb commit 5278dd4

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)