21 lines
420 B
Markdown
21 lines
420 B
Markdown
---
|
|
name: Mistake or typo
|
|
about: Report a typo or mistake in the code.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the mistake**
|
|
A clear and concise description of the mistake or typo.
|
|
|
|
**Location**
|
|
Path of the file where the mistake is found. Paste the incorrect line or snippet if helpful.
|
|
|
|
**Suggested correction**
|
|
How it should be fixed.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|