Typo in README
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
There is a small typo in the README in the code sample :
```
function printClass(node) {
console.log(nodeId + ' belongs to ' + whisper.getClass(node.id));
}
```
`nodeId` should be `node.id`
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the README and locate the printClass code sample containing nodeId. Correct the sample so it uses node.id, then verify the displayed snippet matches the requested wording.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100