From 59a5bbd4adf8cb5e00f46730c44838ac242a9c2a Mon Sep 17 00:00:00 2001 From: "P. Envall" Date: Mon, 13 May 2024 11:14:16 +0200 Subject: [PATCH] Update to use the actual generated filename for the generated test file. --- writing-gleam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writing-gleam.md b/writing-gleam.md index a5b5fd03..920dc67c 100644 --- a/writing-gleam.md +++ b/writing-gleam.md @@ -60,7 +60,7 @@ You'll now have a project with this structure: ├── README.md ├── gleam.toml ├── src/vars.gleam -└── test/vars.gleam +└── test/vars_test.gleam ``` - `README.md` file is where you'd write introductory documentation for your