Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matszpk committed Oct 14, 2022
1 parent b7efd22 commit 9e68928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub enum Error {
/// Duplicated result.
#[error("Too many results")]
TooManyResults,
/// If assigned more than once.
/// If some variable has been assigned more than once.
#[error("Variable has been assigned more than once")]
AssignedMoreThanOnce,
/// If not all variables has been assigned.
Expand Down

0 comments on commit 9e68928

Please sign in to comment.