You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/index.html
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ <h1>Usages</h1><h2>Basic</h2><p>We define a Person class.</p>
145
145
p.walk(3);</code></pre><p>Whenever a Person instance call it's walk method, we'll see logs from the looger middleware.</p>
146
146
<h2>Middleware object</h2><p>We can also apply a middleware object to a target object. Middleware object is an object that contains function's name as same as the target object's function name.
147
147
Function's name start or end with "_" will not be able to apply middleware.</p>
0 commit comments