Skip to content

Commit e1d6117

Browse files
committed
Tidy up
1 parent 4430712 commit e1d6117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ProfilerResult profilerResult = executionInput.getGraphQLContext().get(ProfilerR
4949

5050
if (profilerResult != null) {
5151
Map<String, Object> summary = profilerResult.shortSummaryMap();
52-
System.out.println(summary); // or log
52+
System.out.println(summary); // or log as you prefer
5353
}
5454
```
5555

0 commit comments

Comments
 (0)