1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12: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 <?php
/** /**
* Implodes a list of handles, rendering their links * Implodes a list of handles, rendering their links.
* *
* @group handle * @group handle
* @return PhutilSafeHTML * @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 * Like @{function:implode_handle_links}. Implodes selected handles from a pool
* handles. Useful if you load handles for various phids, but only render a few * of handles. Useful if you load handles for various phids, but only render
* of them at a time * a few of them at a time.
* *
* @group handle * @group handle
* @return PhutilSafeHTML * @return PhutilSafeHTML