From b82d25329fa981091b9afe6ed1f40ce9b6150bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Mon, 26 Sep 2022 16:48:04 +0200 Subject: [PATCH] fix typo closes #17 --- guide/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/README.md b/guide/README.md index 16b00b3..473a775 100644 --- a/guide/README.md +++ b/guide/README.md @@ -202,8 +202,8 @@ The resulting profile will include a new label column and might look something l |stack trace|label|samples/count|cpu/nanoseconds| |-|-|-|-| -|main.childWork|user:bob|5|50000000| -|main.childWork|user:alice|2|20000000| +|main.backgroundWork|user:bob|5|50000000| +|main.backgroundWork|user:alice|2|20000000| |main.work;main.directWork|user:bob|4|40000000| |main.work;main.directWork|user:alice|3|30000000|