diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-04-25 23:10:36 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-04-25 23:10:36 +0000 |
commit | f234f1189c4fca39b229c1d7fd09f28d82b5b6a2 (patch) | |
tree | 4216d23b0298c13647d50e5d2d0533cbff454ece /src | |
parent | 50e6776d56a48be9bcd8118bce3843e54f04d04a (diff) | |
download | luarocks-f234f1189c4fca39b229c1d7fd09f28d82b5b6a2.tar.gz luarocks-f234f1189c4fca39b229c1d7fd09f28d82b5b6a2.tar.bz2 luarocks-f234f1189c4fca39b229c1d7fd09f28d82b5b6a2.zip |
doc fix
git-svn-id: http://luarocks.org/svn/luarocks/trunk@16 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/dir.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/dir.lua b/src/luarocks/dir.lua index 38bb49d2..b8f6bbd3 100644 --- a/src/luarocks/dir.lua +++ b/src/luarocks/dir.lua | |||
@@ -50,7 +50,7 @@ end | |||
50 | -- URLs should be in the "protocol://path" format. | 50 | -- URLs should be in the "protocol://path" format. |
51 | -- For local pathnames, "file" is returned as the protocol. | 51 | -- For local pathnames, "file" is returned as the protocol. |
52 | -- @param url string: an URL or a local pathname. | 52 | -- @param url string: an URL or a local pathname. |
53 | -- @return string, string: the protocol, and the absolute pathname without the protocol. | 53 | -- @return string, string: the protocol, and the pathname without the protocol. |
54 | function split_url(url) | 54 | function split_url(url) |
55 | assert(type(url) == "string") | 55 | assert(type(url) == "string") |
56 | 56 | ||