浏览代码

cookbooks/devel/pseudovariables: updated var names in the examples

Daniel-Constantin Mierla 1 月之前
父节点
当前提交
9ff0bb3fa9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/cookbooks/devel/pseudovariables.md

+ 2 - 2
docs/cookbooks/devel/pseudovariables.md

@@ -282,7 +282,7 @@ Example:
 ``` c
 ``` c
 #!define ABC xyz
 #!define ABC xyz
 
 
-xlog("ABC: $def(ABC)\n");
+xlog("ABC: $defs(ABC)\n");
 ```
 ```
 
 
 ### $defv(name) - Unquoted Defined Value
 ### $defv(name) - Unquoted Defined Value
@@ -296,7 +296,7 @@ Example:
 ``` c
 ``` c
 #!define ABC "xyz"
 #!define ABC "xyz"
 
 
-xlog("ABC: $def(ABC)\n");
+xlog("ABC: $defv(ABC)\n");
 ```
 ```
 
 
 ### $di - Diversion header URI
 ### $di - Diversion header URI