lm.c
changeset 43 bb5aaea5dd21
parent 23 13f03e604c8a
--- a/lm.c	Mon Jul 18 01:47:25 2011 +0300
+++ b/lm.c	Mon Jul 18 01:47:46 2011 +0300
@@ -27,7 +27,7 @@
 #include "lm_ssl.h"
 #include "lm_connection.h"
 
-/// Some common principles:
+/// Some common principles
 /// Most methods can be used in two way:
 /// * to get value they are invoked without their last argument. Returned value is either a value or pair of nil and error message.
 /// * to set value they are invoked with last arg (value) specified. Returned value in most cases is an object, on which operation is performed (to allow chain-initialization).