From 19894c3ab86b531be16a49600a56be0a09de018c Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Sat, 21 Jan 2023 03:40:55 +1100 Subject: [PATCH] Sort aliases in NEWS entry --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 96c2d98..9b71801 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,11 +14,11 @@ up SHA codes. * Provided alternative spelling variations for several functions: - - source.taf() is equivalent to sourceTAF() + - make.all() is equivalent to makeAll() + - make.taf() is equivalent to makeTAF() - source.all() is equivalent to sourceAll() - source.dir() is equivalent to sourceDir() - - make.taf() is equivalent to makeTAF() - - make.all() is equivalent to makeAll() + - source.taf() is equivalent to sourceTAF() - taf.boot() is equivalent to taf.bootstrap()