diff options
author | Toan Nguyen <davidnguyen1501@gmail.com> | 2020-10-23 18:19:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 13:19:37 +0200 |
commit | 29e05bb014015085615f648a31f180ed9dd49e5a (patch) | |
tree | 6f3d292e27bcce984e0eb4828e030b2b877ee364 /core/ops.rs | |
parent | ab898556a490d78d93e806ea3ee31147117102e3 (diff) |
fix: typos in cli and core (#8082)
Diffstat (limited to 'core/ops.rs')
-rw-r--r-- | core/ops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ops.rs b/core/ops.rs index b7507156c..3351b6a5b 100644 --- a/core/ops.rs +++ b/core/ops.rs @@ -221,7 +221,7 @@ fn json_serialize_op_result( } /// Return map of resources with id as key -/// and string representaion as value. +/// and string representation as value. /// /// This op must be wrapped in `json_op_sync`. pub fn op_resources( |