upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert C. Martin <unclebob@cleancoder.com>2022-05-21 14:40:57 -0500
committerRobert C. Martin <unclebob@cleancoder.com>2022-05-21 14:40:57 -0500
commit0eab9a9f26acb1fc93b43bb4b6adfac798e22451 (patch)
treed1fa8cbca43682125e9e990495ed0cbd10d32662
parent0c6b5a8b640341aae6b9f489dafde85002187221 (diff)
change Subject and Discussion tags to lower case
-rw-r--r--Proposal-Subject-Discussion.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Proposal-Subject-Discussion.md b/Proposal-Subject-Discussion.md
index e9271cf..3c5c197 100644
--- a/Proposal-Subject-Discussion.md
+++ b/Proposal-Subject-Discussion.md
@@ -13,7 +13,7 @@ This HIP defines the use of the Subject and Discussion tags in text (kind: 0) ev
13Subject 13Subject
14------- 14-------
15 15
16`["Subject": <string>]` 16`["subject": <string>]`
17 17
18Browsers often display threaded lists of messages. The contents of the subject tag can be used in such lists, instead of the more ad hoc approach of using the first few words of the message. This is very similar to the way email browsers display lists of incoming emails by subject rather than by contents. 18Browsers often display threaded lists of messages. The contents of the subject tag can be used in such lists, instead of the more ad hoc approach of using the first few words of the message. This is very similar to the way email browsers display lists of incoming emails by subject rather than by contents.
19 19
@@ -24,7 +24,7 @@ Subjects should generally be short.
24Discussion 24Discussion
25---------- 25----------
26 26
27`["Discussion": <string>]` 27`["discussion": <string>]`
28 28
29Sometimes users want to send messages to a general audience based on a discussion topic. Other users would like to read all messages in a discussion topic without having to specifically follow the authors. Text messages with Discussion tags allow clients to present those messsages that match the discussion. 29Sometimes users want to send messages to a general audience based on a discussion topic. Other users would like to read all messages in a discussion topic without having to specifically follow the authors. Text messages with Discussion tags allow clients to present those messsages that match the discussion.
30 30