Skip to content

Commit

Permalink
Fix example name to avoid breaking collision with standard data-colle…
Browse files Browse the repository at this point in the history
…ctors
  • Loading branch information
Darien Hager authored and weaverryan committed May 3, 2015
1 parent f9cae6c commit f0ced91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/profiler/data_collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ populate the ``$this->data`` property (it takes care of serializing the

public function getName()
{
return 'memory';
return 'example_memory';
}
}

Expand Down

0 comments on commit f0ced91

Please sign in to comment.