Skip to content

Commit

Permalink
ci: update crate-ci/typos to 1.27.0 (apache#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Nov 4, 2024
1 parent c701b98 commit d66e827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@v1.25.0
uses: crate-ci/typos@v1.27.0
with:
config: .github/config/typos.toml

Expand Down
2 changes: 1 addition & 1 deletion src/types/redis_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Json : public Database {
private:
rocksdb::Status write(engine::Context &ctx, Slice ns_key, JsonMetadata *metadata, const JsonValue &json_val);
rocksdb::Status read(engine::Context &ctx, const Slice &ns_key, JsonMetadata *metadata, JsonValue *value);
static rocksdb::Status parse(const JsonMetadata &metadata, const Slice &json_byt, JsonValue *value);
static rocksdb::Status parse(const JsonMetadata &metadata, const Slice &json_byte, JsonValue *value);
rocksdb::Status create(engine::Context &ctx, const std::string &ns_key, JsonMetadata &metadata,
const std::string &value);
rocksdb::Status del(engine::Context &ctx, const Slice &ns_key);
Expand Down

0 comments on commit d66e827

Please sign in to comment.