From 7d5f9d3ab00794ead54cb22db13d05b5c4bf4e55 Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Fri, 6 Jan 2023 14:44:18 -0800 Subject: [PATCH] add explanatory comment --- content/guides/core/hoon-school/H-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/core/hoon-school/H-libraries.md b/content/guides/core/hoon-school/H-libraries.md index dc91ebc..a3c1da6 100644 --- a/content/guides/core/hoon-school/H-libraries.md +++ b/content/guides/core/hoon-school/H-libraries.md @@ -71,7 +71,7 @@ In this exercise, we examine a library that can be used to represent a deck of 5 ```hoon {% copy=true mode="collapse" %} |% +$ suit ?(%hearts %spades %clubs %diamonds) -+$ darc [sut=suit val=@ud] ++$ darc [sut=suit val=@ud] :: see below about naming +$ deck (list darc) ++ make-deck ^- deck