8000
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 53f3f29 commit f25d3c8Copy full SHA for f25d3c8
api/IPAddress.h
@@ -92,7 +92,7 @@ class IPAddress : public Printable {
92
IPAddress& operator=(const uint8_t *address);
93
// NOTE: IPv4 only; see implementation note
94
IPAddress& operator=(uint32_t address);
95
- // If IPv4 fails tries IPv6 see fromSting function
+ // If IPv4 fails tries IPv6 see fromString function
96
IPAddress& operator=(const char *address);
97
98
virtual size_t printTo(Print& p) const;
0 commit comments