From 6ee2e40f5a78156260f3eb53ef48f289e2032a54 Mon Sep 17 00:00:00 2001 From: Denis Smirnov <sd@picodata.io> Date: Fri, 20 Jan 2023 11:56:50 +0700 Subject: [PATCH] refactoring: typo --- sbroad-core/src/ir/relation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbroad-core/src/ir/relation.rs b/sbroad-core/src/ir/relation.rs index 5c4652249c..bc9a947dba 100644 --- a/sbroad-core/src/ir/relation.rs +++ b/sbroad-core/src/ir/relation.rs @@ -194,7 +194,7 @@ impl Column { /// Space engine type. /// Duplicates tarantool module's `SpaceEngine` enum. -/// The reasol for duplication - `SpaceEngine` can't be +/// The reason for duplication - `SpaceEngine` can't be /// deserialized with `serde_yaml` crate as it doesn't support /// borrowed strings. #[derive(Clone, Debug, Deserialize, PartialEq, Eq, Serialize)] -- GitLab