diff --git a/NEWS.md b/NEWS.md index a58f30c9..9f32dac6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,7 +25,7 @@ * New argument in `xportr_length()` allows selection between the length from metadata, as previously done, or from the calculated maximum length per variable when `length_source` is set to “data” (#91) -* Series of basic checks added to the `xportr_format` function to ensure format lengths, prefixes are accurate for the variable type. Also to ensure that any numeric date/datetime/time variables have a format. (#164) +* Series of basic checks added to the `xportr_format()` function to ensure format lengths, prefixes are accurate for the variable type. Also to ensure that any numeric date/datetime/time variables have a format. (#164) ## Deprecation and Breaking Changes