2
0
Эх сурвалжийг харах

Merge pull request #18 from genajan/patch-2

Fix typo.
Daniel-Constantin Mierla 4 жил өмнө
parent
commit
9158061aa9

+ 1 - 1
kamailio-kemi-framework/docs/core.md

@@ -999,7 +999,7 @@ a wrapper for `KSR.hdr.remove("hrm")` and `KSR.hdr.append("hadd")`.
 Example:
 
 ```
-KSR.hdr.remove("X-My-Hdr", "X-My-Hdr: abc\r\n");
+KSR.hdr.rmappend("X-My-Hdr", "X-My-Hdr: abc\r\n");
 ```
 
 ### KSR.hdr.is_present(...) ###