From 5888010af809d6ae40cb17c78400e1b435ae2bdf Mon Sep 17 00:00:00 2001 From: Sukera Date: Sat, 24 Feb 2024 21:28:25 +0100 Subject: [PATCH] Fix typos mentioned in code review --- src/Formatting.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Formatting.jl b/src/Formatting.jl index 7ed7235..b57545b 100644 --- a/src/Formatting.jl +++ b/src/Formatting.jl @@ -17,8 +17,8 @@ module Formatting it has been deprecated - consider using an alternative, such as `Format.jl` (https://github.com/JuliaString/Format.jl) or the `Printf` stdlib directly. - If your are not using Formatting.jl as a direct dependency, please consider - opening an issue on any packages your are using that do use it as a dependency. + If you are not using Formatting.jl as a direct dependency, please consider + opening an issue on any packages you are using that do use it as a dependency. From Julia 1.9 onwards, you can query `]why Formatting` to figure out which package originally brings it in as a dependency. """