• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Documentation
3about: Update the project's documentation.
4title: "[DOC]"
5labels: documentation
6assignees: Alexhuszagh
7
8---
9
10**NOTE:**
11- If you have made any changes to doc comments, please run `cargo fmt` on nightly prior to committing.
12
13## Description
14Please include a clear and concise description of fixes made to the documentation.
15
16Ex: Fixed a backtick leading to improper formatting in README.
17Ex: Fixed code sample for `parse_partial` in README.
18Ex: Updated outdated doc comments in `parse_float`.
19
20## Additional Context
21Add any other context or screenshots about the issue here.
22