Przeglądaj źródła

Fix typo in docstring

Alois Mahdal 4 lat temu
rodzic
commit
6a26eeaa42
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Wyświetl plik

@@ -437,7 +437,7 @@ xvxx() {
437 437
     # Edit text in primary clipboard and save it to C-C clipboard
438 438
     #
439 439
     # Ideal for editing snippets in browser-based editors: during editing,
440
-    # select the text, open terminal, call `xvx`, edit the text, move
440
+    # select the text, open terminal, call `xvxx`, edit the text, move
441 441
     # back to the browser and paste it over the old (still selected) text.
442 442
     # That's it, no need to make up and save temporary files.
443 443
     #