# HG changeset patch # User Myhailo Danylenko # Date 1310942866 -10800 # Node ID bb5aaea5dd217ba077bbc26c4d38cb4a47209460 # Parent 61d0ab29f17f541aa775a7b43dd247a71861b662 Small documentation update diff -r 61d0ab29f17f -r bb5aaea5dd21 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).