Skip to content

Fixed typos in readme.md. #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc-template/readme.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ The following list is a complete list of features that can be opt in and out.

| Name | Description | Additional Dependency |Default?|
|---------|--------------|--------|------------|
| datetime | Eanble the date and time coordinate support | chrono | Yes |
| datetime | Enable the date and time coordinate support | chrono | Yes |

- Element, series and util functions

Expand Down Expand Up @@ -322,7 +322,7 @@ The following list is a complete list of features that can be opt in and out.

* How to check if a backend writes file successfully ?

The behavior of Plotters backend is consistent with stadnard library.
The behavior of Plotters backend is consistent with standard library.
When the backend instance is being dropped, `DrawingArea::present` or `Backend::present` is called automatically
whenever is needed. When the `persent` method is called from `drop`, any error will be sliently ignored.

Expand Down