diff options
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( |