From e61c75ff62886729b21a9ced5ffcd2889abccc0d Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Fri, 23 Jun 2023 10:00:04 -0700 Subject: [PATCH] Update code-annotations.md --- contributing/code-annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code-annotations.md b/contributing/code-annotations.md index bde21e8c07..4a91de1875 100644 --- a/contributing/code-annotations.md +++ b/contributing/code-annotations.md @@ -17,7 +17,7 @@ For more experienced users, code annotations can help them understand a code exa An annotated code example must start with a single line annotation. You can start with a blank annotation if you do not want to add an annotation to the first line of code. -You must use the comment tag for the language that the code sample is written in. For example, `#` for YAML and `//` for Ruby. +You must use the comment tag for the language that the code sample is written in. For example, `#` for YAML and `//` for JavaScript. To enable code sample annotations, you must specify a language followed by the word `annotate` after the starting triple backtick code tag.