8000 Update i2s.rst + typo (#1504) · OndineBio/arduino-pico@fe3af4d · GitHub
[go: up one dir, main page]

Skip to content

Commit fe3af4d

Browse files
authored
Update i2s.rst + typo (earlephilhower#1504)
1 parent 9aade5b commit fe3af4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/httpclient.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTTPClient Library
22
==================
33

4-
A simple HTTP requestor that can handle both HTTP and HTTP requests is
4+
A simple HTTP requestor that can handle both HTTP and HTTPS requests is
55
included as the ``HTTPClient`` library.
66

77
Check the examples for use under HTTP and HTTPS configurations. In general,

docs/i2s.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ many bytes were actually written.
117117

118118
int availableForWrite()
119119
~~~~~~~~~~~~~~~~~~~~~~~
120-
Returns the number of L/R samples that can be written without
120+
Returns the amount of bytes that can be written without
121121
potentially blocking.
122122

123123
int read()

0 commit comments

Comments
 (0)
0