From 9288247bb7cc56c39f42f9395016ad85b667ac20 Mon Sep 17 00:00:00 2001 From: Guillaume-Helbecque Date: Thu, 21 Mar 2024 17:41:24 +0100 Subject: [PATCH] fix typo Signed-off-by: Guillaume-Helbecque --- .github/ISSUE_TEMPLATE/01-feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature_request.md b/.github/ISSUE_TEMPLATE/01-feature_request.md index 0a1a025b791e..b7e29b28cfb1 100644 --- a/.github/ISSUE_TEMPLATE/01-feature_request.md +++ b/.github/ISSUE_TEMPLATE/01-feature_request.md @@ -20,7 +20,7 @@ Describe any work-arounds you've considered. ### Code Sample ```chapel -// Please provide source code that you'd Chapel to support. +// Please provide source code that you'd like Chapel to support. // You can insert your code inline if it's not too long. // Otherwise, you can attach it as a file or provide a URL to it. // To the extent possible, providing simplified programs demonstrating the