[x] I have considered whether I should add more tests covering the code I've changed.
The code changes a docstring, I don't think new tests are required.
In #221, I changed add-alias-strs signature to work on Clojure maps instead of strings. In that PR, I forgot to change the docstring. This PR changes the docstring.
Please answer the following questions and leave the below in as part of your PR.
[x] This PR corresponds to an issue with a clear problem statement.
[x] I have updated the CHANGELOG.md file with a description of the addressed issue.
[x] I have considered whether I should add more tests covering the code I've changed.
In #221, I changed
add-alias-str
s signature to work on Clojure maps instead of strings. In that PR, I forgot to change the docstring. This PR changes the docstring.