Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luolonghao committed Jun 7, 2013
1 parent 04b9db6 commit f0602b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/ajax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ K.loadStyle(url)

.. sourcecode:: js

K.loadScript('test.css');
K.loadStyle('test.css');

.. index:: ajax

Expand Down
4 changes: 2 additions & 2 deletions docs/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ K.each(obj , fn)

.. _trim:

K.trim(obj , fn)
K.trim(str)
--------------------------------------------------------
清除字符串两边的空白。

Expand Down Expand Up @@ -293,7 +293,7 @@ K.toCamel(val)
将to-camel格式的字符串转换成toCamel格式。

* 参数:
* string val:
* string val:
* 返回: string

示例:
Expand Down
2 changes: 1 addition & 1 deletion docs/node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ html()

.. sourcecode:: js

K('#id').html(val);
var html = K('#id').html();

html(val)
--------------------------------------------------------
Expand Down

0 comments on commit f0602b7

Please sign in to comment.