Bladeren bron

cookbooks/devel/core: switch to unordered list

Daniel-Constantin Mierla 1 jaar geleden
bovenliggende
commit
4b64dc792a
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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