Skip to content

doc(ESP8266WiFi): fix asysnc/flowing typos in scan-class doc#9316

Open
MukundaKatta wants to merge 1 commit intoesp8266:masterfrom
MukundaKatta:fix-scan-class-asysnc-typo
Open

doc(ESP8266WiFi): fix asysnc/flowing typos in scan-class doc#9316
MukundaKatta wants to merge 1 commit intoesp8266:masterfrom
MukundaKatta:fix-scan-class-asysnc-typo

Conversation

@MukundaKatta
Copy link
Copy Markdown

Summary

Two typos on the same line of doc/esp8266wifi/scan-class.rst describing WiFi.scanNetworks(async, show_hidden):

  • asysncasync (the actual parameter name is async; see ESP8266WiFiScan.h:37)
  • flowing functionalityfollowing functionality

Docs-only; no code change.

Fixes #9303

The scanNetworks docs describe a parameter named 'asysnc' — the
actual parameter name is 'async' (see
libraries/ESP8266WiFi/src/ESP8266WiFiScan.h:37). Also fix the
adjacent 'flowing functionality' -> 'following functionality' typo
on the same line.

Fixes esp8266#9303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in Scan Class Documentation

1 participant