From 12e33d81e5f4ae3e4d940a0e5531d9bfbbcf2570 Mon Sep 17 00:00:00 2001 From: Dave Lucia Date: Sat, 19 Oct 2024 21:20:25 -0400 Subject: [PATCH] Fix casing on "Simplicity" (#492) Noticed this during @wojtekmach's keynote :) --- lib/zig.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zig.ex b/lib/zig.ex index c270c975..6e25e784 100644 --- a/lib/zig.ex +++ b/lib/zig.ex @@ -15,7 +15,7 @@ defmodule Zig do The following features make Zig extremely amenable to inline language support in a BEAM language: - - simplicity. Zig's syntax is definable in a simple YACC document and + - Simplicity. Zig's syntax is definable in a simple YACC document and Zig takes a stance against making its featureset more complex (though it may evolve somewhat en route to 1.0) - Composability. Zig is unopinionated about how to go about memory