You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "torwig (via GitHub)" <gi...@apache.org> on 2023/03/21 11:07:27 UTC

[GitHub] [incubator-kvrocks-website] torwig commented on a diff in pull request #67: Fix wrong documentation

torwig commented on code in PR #67:
URL: https://github.com/apache/incubator-kvrocks-website/pull/67#discussion_r1143212476


##########
docs/supported-commands.md:
##########
@@ -55,8 +55,8 @@
 | blpop      | √                |                                                                             |
 | brpop      | √                |                                                                             |
 | brpoplpush | X                |                                                                             |
-| lindex     | √                | Caution: linsert is O(N) operation, don't use it when list was extreme long |
-| linsert    | √                |                                                                             |
+| lindex     | √                | Caution: lindex is O(N) operation, don't use it when list was extreme long  |
+| linsert    | √                | Caution: linsert is O(N) operation, don't use it when list was extreme long |

Review Comment:
   Good catch, @enjoy-binbin! Additionally, you can change `was extreme long` -> `is extremely long`  to be precise.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org