diff --git a/doc/src/tutorials/creating-packages.md b/doc/src/tutorials/creating-packages.md index bd5c9b32d34b3..52288e5a8924f 100644 --- a/doc/src/tutorials/creating-packages.md +++ b/doc/src/tutorials/creating-packages.md @@ -601,7 +601,7 @@ may fit your package better. and other packages each implement a unique approach based on a particular design philosophy. * In contrast, `SortingAlgorithms` provides a consistent interface to use many well-established sorting algorithms. -6. Packages that wrap external libraries or programs should be named after those libraries or programs. +6. Packages that wrap external libraries or programs can be named after those libraries or programs. * `CPLEX.jl` wraps the `CPLEX` library, which can be identified easily in a web search. * `MATLAB.jl` provides an interface to call the MATLAB engine from within Julia.