hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 918bb0d37dec1f0462ba468e6c22cc9d2842aa64
parent 3aca263435cf835762b11e51852d88344a3aa6af
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue, 31 Jan 2023 15:24:51 -0500

docs/stdlib.md: remove extlib protocols

Diffstat:
Mdocs/stdlib.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/stdlib.md b/docs/stdlib.md @@ -50,9 +50,9 @@ Some examples of on-topic features include: ## Useful formats & protocols - Internet protocol suite -- JSON, XML, INI, HTML +- INI - tar, zip, cpio -- MIME, RFC 2822 +- MIME # Conventions