Skip to content

Commit cae60d7

Browse files
committed
Fix an RST syntax issue
1 parent 09ccaf4 commit cae60d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ template access to the collected information::
364364
public function getSomeObject()
365365
{
366366
// use the cloneVar() method to dump collected data in the profiler
367-
return $this->cloneVar($this->data['method']);
367+
return $this->cloneVar($this->data['method']);
368368
}
369369
}
370370

0 commit comments

Comments
 (0)