Skip to content

Commit bb272a4

Browse files
committed
Advise->Advice
1 parent 5af3298 commit bb272a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ a kind of rails generators for these helpers
17251725

17261726
- unhist. functions can create aliases, and functions can receive
17271727
functions as parameters (as a string (function name)), so we can
1728-
combine them to advise existing functions.
1728+
combine them to advice existing functions.
17291729
#+begin_src bash
17301730
unhist () {
17311731
alias $1=" $1"
@@ -1782,7 +1782,7 @@ a kind of rails generators for these helpers
17821782
# muter ls
17831783
# ls
17841784
# #+end_src
1785-
** Override (advise?) common functions
1785+
** Override (advice?) common functions
17861786
Overriding commands is generally a bad practice as it violates the
17871787
principle of least surprise, but there might be occasions (mostly
17881788
in your local machine) where you can integrate awesome finetunnings

0 commit comments

Comments
 (0)