Commit 88a1e7e0 authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed typo.

parent bb18f9b0
...@@ -204,8 +204,8 @@ class pQueryTemplate extends pQuery { ...@@ -204,8 +204,8 @@ class pQueryTemplate extends pQuery {
/** /**
* Parse a single block, recursively parsing its sub-blocks with a given data scope. * Parse a single block, recursively parsing its sub-blocks with a given data scope.
* *
* @param Block $variable The block to parse. * @param Block $block The block to parse.
* @param Block $data the data block to search in for the variable values. * @param Block $data The data block to search in for the variable values.
* @returns string The parsed block. * @returns string The parsed block.
* @uses parse_variable * @uses parse_variable
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment