From d65aa149045638a06be6f45427487a7a747cf307 Mon Sep 17 00:00:00 2001 From: Saravanan KR Date: Wed, 11 Oct 2017 14:04:20 +0530 Subject: [PATCH] Fix the example for atomic.run in LABELS.md The sample for 'atomic.run' lable has been wrongly typed as 'atomic.type'. Correct the sample to relfect the correct lable name. Closes: #127 Approved by: giuseppe --- LABELS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LABELS.md b/LABELS.md index c42ca63..c6ee14b 100644 --- a/LABELS.md +++ b/LABELS.md @@ -26,7 +26,7 @@ and then removed. ### Example ``` -atomic.type="once" +atomic.run="once" ```