aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-09-29 02:02:22 -0600
committerMelody Horn <melody@boringcactus.com>2020-09-29 02:02:22 -0600
commit70eee34f829875b4f67b0f21a629bdc591d59034 (patch)
tree0af6468a419477d9615032d93bacafa25c1b7ecf
parent144be914722b4e00170a3d1008d7c24bbdc3119f (diff)
downloadspec-70eee34f829875b4f67b0f21a629bdc591d59034.tar.gz
spec-70eee34f829875b4f67b0f21a629bdc591d59034.zip
shorten file extensions
-rw-r--r--syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.md b/syntax.md
index 33a15b5..ff38c19 100644
--- a/syntax.md
+++ b/syntax.md
@@ -4,7 +4,7 @@ The syntax of Crowbar will eventually mostly match the syntax of C, with fewer o
A Crowbar source file is UTF-8.
Crowbar source files can come in two varieties, an *implementation file* and a *header file*.
-An implementation file conventionally has a `.crowbar` extension, and a header file conventionally has a `.hrowbar` extension.
+An implementation file conventionally has a `.cro` extension, and a header file conventionally has a `.hro` extension.
# Keywords