瀏覽代碼

cookbooks/devel/core: switch to unordered list

Daniel-Constantin Mierla 1 年之前
父節點
當前提交
4b64dc792a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/cookbooks/devel/core.md

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

@@ -5643,7 +5643,7 @@ Note: internally `==` and `!=` are converted on startup to `eq/ne/ieq/ine`
 whenever possible (both operand types can be safely determined at start
 time and they are the same).
 
-1. Kamailio tries to guess what the user wanted when operators that
+- Kamailio tries to guess what the user wanted when operators that
   support multiple types are used on different typed operands. In
   general convert the right operand to the type of the left operand
   and then perform the operation. Exception: the left operand is
@@ -5655,7 +5655,7 @@ time and they are the same).
   If `expr` is `undef`, then `undef == undef` is `true` (internally is converted
   to string).
 
-2. expression evaluation changes: Kamailio will auto-convert to integer
+- expression evaluation changes: Kamailio will auto-convert to integer
   or string in function of the operators:
 
 ``` c