From d6d452dfaccc6f50fb14f977caa46d398acd1f9d Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa <2051070+scissorsneedfoodtoo@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:23:31 +1300 Subject: [PATCH] fix: specify which trademark symbol is used in html entities lecture (#65802) --- .../lecture-html-fundamentals/67083868d5fdcb17bf8c14bd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-html-fundamentals/67083868d5fdcb17bf8c14bd.md b/curriculum/challenges/english/blocks/lecture-html-fundamentals/67083868d5fdcb17bf8c14bd.md index 79dbf9c5b14..570381befbc 100644 --- a/curriculum/challenges/english/blocks/lecture-html-fundamentals/67083868d5fdcb17bf8c14bd.md +++ b/curriculum/challenges/english/blocks/lecture-html-fundamentals/67083868d5fdcb17bf8c14bd.md @@ -41,7 +41,7 @@ Another type of character reference would be the decimal numeric reference. This Here is an example of using the decimal numeric reference for the less than symbol. -Enable the interactive editor and change the code to see different symbols. You can use `©` for the copyright symbol and `®` for the trademark symbol. +Enable the interactive editor and change the code to see different symbols. You can use `©` for the copyright symbol and `®` for the registered trademark symbol. :::interactive_editor