소스 검색

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