summaryrefslogtreecommitdiff
path: root/src/eval/convert.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-12 18:01:22 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-12 18:01:22 +0200
commit1a70cb6a330990dc0ab373905d12458ef87afbad (patch)
tree5d82f7124734e146c2d00ce3661294ebe9d91fb4 /src/eval/convert.rs
parent5243878d810d4817c81acc9ae346d46757fcf602 (diff)
Naming and grammar ✔
Diffstat (limited to 'src/eval/convert.rs')
-rw-r--r--src/eval/convert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/convert.rs b/src/eval/convert.rs
index 69ef2506..4885b72f 100644
--- a/src/eval/convert.rs
+++ b/src/eval/convert.rs
@@ -19,7 +19,7 @@ pub trait Convert: Sized {
/// back the original value.
///
/// In addition to the result, the method can return an optional diagnostic
- /// to warn even when the conversion suceeded or to explain the problem when
+ /// to warn even when the conversion succeeded or to explain the problem when
/// the conversion failed.
///
/// The function takes a `Spanned<Value>` instead of just a `Value` so that