Skip to content

Commit

Permalink
Fix casing on "Simplicity" (#492)
Browse files Browse the repository at this point in the history
Noticed this during @wojtekmach's keynote :)
  • Loading branch information
davydog187 authored Oct 20, 2024
1 parent 93f9526 commit 12e33d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zig.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12e33d8

Please sign in to comment.