arduino / arduino/reference-tr

Incorrect description of isWhitespace in website documentation

Open
#44 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
No language data
Stars
2
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Documentation of `isWhitespace` function on [Arduino website](https://www.arduino.cc/reference/tr/language/functions/characters/iswhitespace/) says

> Analyse if a char is a white space, that is space, formfeed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v')).

This is not correct. Implementation of `isWhitespace` function in arduino core defines it as a synonym of C function `isblank`, which only matches space and \t

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the linked Arduino Reference page for isWhitespace and compare its description with the behavior stated in the issue. Update the Turkish documentation so it describes matching space and horizontal tab only, then review the rendered page to confirm the corrected wording.

Written by the indexing model from the issue text.

Assessment

Tech stack
arduino
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.