Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Nov 29, 2017
1 parent 8d84ac3 commit ea258d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RenderContext.php
Expand Up @@ -27,7 +27,7 @@ public function __get($name) {
}

$func_stack = $this->func_stack;
return $prop_stack(new RenderContext\FuncArgs(
return $func_stack(new RenderContext\FuncArgs(
$this->render,
$this->template,
$name
Expand Down

0 comments on commit ea258d5

Please sign in to comment.