Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaosky committed Dec 20, 2024
1 parent 6dc5c1d commit 92fa1f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static ResetOption reset(String key) {
* <p>It is equal to the following statement:
*
* <pre>
* ALTER TABLE &lt;model_name&gt; SET (key=value);
* ALTER MODEL &lt;model_name&gt; SET (key=value);
* </pre>
*/
@PublicEvolving
Expand Down Expand Up @@ -114,7 +114,7 @@ public String toString() {
* <p>It is equal to the following statement:
*
* <pre>
* ALTER TABLE &lt;model_name&gt; RESET (key);
* ALTER MODEL &lt;model_name&gt; RESET (key);
* </pre>
*/
@PublicEvolving
Expand Down

0 comments on commit 92fa1f1

Please sign in to comment.