Add inlining comment, newline.
[cl-mock.git] / README.md
index 667b5d2..a873afe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,8 @@ interest.
     > => 23
     > (OR) => 42, if FOO was inlined
 
-The caveat is that this might not work on certain optimization settings.
+The caveat is that this might not work on certain optimization settings,
+including inlining.
 
 The underlying function `PROGF` may be used as well similarly to standard
 `PROG`:
@@ -42,4 +43,5 @@ The underlying function `PROGF` may be used as well similarly to standard
     > => 23
     > (OR) => 42, if FOO was inlined
 
+
 [1]: http://common-lisp.net/project/closer/closer-mop.html