diff --git a/CHANGELOG.md b/CHANGELOG.md index 80558b58..9974d25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - `Enhancement` For an internal request to get data set information, like date time created/modified, ... I added a method on the SASdata object called `attrs` which returns a 1 row dataframe with each of the attributes returned by the ATTRN and ATTRC functions. Mostly they are character or numeric, but the create/modified are -returned as timestamps. This provides an easy programmatic wat to access any of these values. +returned as timestamps. This provides an easy programmatic way to access any of these values. ### Changed