1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22:41 +01:00

Fix typo in comment

This commit is contained in:
Jakub Vrana 2013-04-06 00:27:21 -07:00
parent 3391e3d34b
commit bbfc8a0937

View file

@ -1,7 +1,7 @@
<?php
/**
* Implodes a list of handles, rendering their links
* Implodes a list of handles, rendering their links.
*
* @group handle
* @return PhutilSafeHTML
@ -17,9 +17,9 @@ function implode_handle_links($glue, array $handles) {
}
/**
* Like @{function:implode_handle_links}Implodes selected handles from a pool of
* handles. Useful if you load handles for various phids, but only render a few
* of them at a time
* Like @{function:implode_handle_links}. Implodes selected handles from a pool
* of handles. Useful if you load handles for various phids, but only render
* a few of them at a time.
*
* @group handle
* @return PhutilSafeHTML