From e520b77ba5925e5942bea5d7d21505d6ce38fb38 Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Thu, 24 Jan 2019 18:48:42 +0100 Subject: [PATCH] trivial docs correction --- docs/src/creating-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/creating-packages.md b/docs/src/creating-packages.md index b7a646fc0d..150deaabca 100644 --- a/docs/src/creating-packages.md +++ b/docs/src/creating-packages.md @@ -1,6 +1,6 @@ # **5.** Creating Packages -A package is a project with a `name`, `uuid` and `version` entry in the `Project.toml` file `src/PackageName.jl` file that defines the module `PackageName`. +A package is a project with a `name`, `uuid` and `version` entry in the `Project.toml` file, and a `src/PackageName.jl` file that defines the module `PackageName`. This file is executed when the package is loaded. ### Generating files for a package