Skip to content

Commit 0323209

Browse files
committed
Fix grammar
1 parent bcb17cb commit 0323209

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

allocations/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Sample to show allocations in Java Flight Recording
2-
===================================================
1+
Sample to show allocations in a Java Flight Recording
2+
=====================================================
33

44
This program checks whether a number is prime.
55

@@ -12,8 +12,8 @@ Run the program and also make a profiling recording.
1212

1313
In Memory -> Allocation tab, you should see a high allocation rate.
1414

15-
Also see Memory -> Garbage Collections tab and check the frequency of GC events.
15+
Also, see Memory -> Garbage Collections tab and check the frequency of GC events.
1616

1717
### Improving Performance
1818

19-
Try the program again after changing `Long` types to primitive `long`
19+
Try the program again after changing `Long` types to primitive `long`.

hotmethods/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Sample to show hot methods in Java Flight Recording
2-
===================================================
1+
Sample to show hot methods in a Java Flight Recording
2+
=====================================================
33

44
This program checks whether a given random number is primitive or not.
55

latencies/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Sample to show latencies in Java Flight Recording
2-
=================================================
1+
Sample to show latencies in a Java Flight Recording
2+
===================================================
33

44
This program has two threads: Even and Odd to print Even and Odd numbers.
55

0 commit comments

Comments
 (0)