Skip to content

Commit 2b848ba

Browse files
authored
fix formatting typo
1 parent c72c379 commit 2b848ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ julia> data = zeros(10000); @measure g(data)
5252
└───────────────────────┴────────────┴─────────────┘
5353
```
5454

55-
The `@pstats' macro provides another (perhaps more concise) tool to measure
55+
The `@pstats` macro provides another (perhaps more concise) tool to measure
5656
performance events, which can be used in the same way as `@timed` of the
5757
standard library. The following example measures default events and reports its
5858
summary:

0 commit comments

Comments
 (0)