Skip to content

Commit

Permalink
factorial docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Nov 29, 2023
1 parent 1643836 commit 19aa829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ And parsing errors are implemented using the [`miette`](https://crates.io/crates
Xprs supports the following operations:

- Binary operations: `+`, `-`, `*`, `/`, `^`, `%`.
- Unary operations: `+`, `-`. <!--, `!` -->
- Unary operations: `+`, `-`, `!`.

#### Built-in constants

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
//! Xprs supports the following operations:
//!
//! - Binary operations: `+`, `-`, `*`, `/`, `^`, `%`.
//! - Unary operations: `+`, `-`. <!--, `!` -->
//! - Unary operations: `+`, `-`, `!`.
//!
//! #### Built-in constants
//!
Expand Down

0 comments on commit 19aa829

Please sign in to comment.