From 70cbcd0b9c9b5822f72d760f3eb1539df71d8ba2 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 9 Jan 2024 15:04:02 +0900 Subject: [PATCH] Fix bad wording, thanks Adam! --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6cf839827..68025ef30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Use cross-reference [autolinking](https://speced.github.io/bikeshed/#autolinking When writing examples or notes, JavaScript variables and values are enclosed in `` tags, not in `` tags. -Use abstract operations in the following scenarios to factor out shared logic used by multiple public APIs, or by multiple other abstract operations. +Use abstract operations to factor out shared logic used by multiple public APIs, or by multiple other abstract operations. ## Reference implementation style