Skip to content

Commit

Permalink
trivial docs correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Jan 24, 2019
1 parent 32396f2 commit e520b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/creating-packages.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e520b77

Please sign in to comment.