Skip to content

Commit 84afa72

Browse files
authored
typo
1 parent e1b4f4f commit 84afa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profiler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ data serialization (during :ref:`kernel.terminate <component-http-kernel-kernel-
394394
return $this->decoratedService->action();
395395
}
396396

397-
// do the tracing job to gather/load/compute some data to be collected by your data collector.
398-
return [/*heavy data*];
397+
// do the tracing job to gather/load/compute some data to be collected by your data collector...
398+
return [/* heavy data */];
399399
}
400400
}
401401

0 commit comments

Comments
 (0)