Skip to content

Commit

Permalink
The sample code of schema has a expressing error (#820)
Browse files Browse the repository at this point in the history
* The sample code of transaction is missing ".build()"

* The sample code of schema has a expressing error

* Update admin-api-schemas.md

* Update txn-use.md

* The sample code of schema has a expressing error

* Update txn-use.md

---------

Co-authored-by: T2938 <[email protected]>
  • Loading branch information
zhaoyajun2009 and T2938 authored Mar 4, 2024
1 parent b6877ae commit 3d254b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.11.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.1.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down

0 comments on commit 3d254b0

Please sign in to comment.