From f972d16fc6e3eca3609c799421518fdaf894123b Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 2 Jul 2024 09:21:21 +0200 Subject: [PATCH] fix typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c5869c8f371..6f8fd749f61 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,7 +12,7 @@ for human readability. - The specification of boundary names on which `AnalysisSurfaceIntegral`s are computed (such as drag and lift coefficients) has changed from `Symbol` and `Vector{Symbol}` to `NTuple{Symbol}`. Thus, for one boundary the syntax changes from `:boundary` to `(:boundary,)` and for `Vector`s `[:boundary1, :boundary2]` to `(:boundary1, :boundary2)` ([1959]). -- The names of output files like the one created from the `SaveSolutionCallback` has changed from `%06d` to `%09d` to allow longer-running simulations ([1996]). +- The names of output files like the one created from the `SaveSolutionCallback` have changed from `%06d` to `%09d` to allow longer-running simulations ([1996]). #### Deprecated