Small documentation update
authorMyhailo Danylenko <isbear@ukrpost.net>
Mon, 18 Jul 2011 01:47:46 +0300
changeset 43 bb5aaea5dd21
parent 42 61d0ab29f17f
child 44 afe0184885a0
Small documentation update
lm.c
--- 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).