<!-- The process for bug fixing is: - We will first assess if the behavior is different from what should occur - Confirm the bug is reproducible - Discuss how to best fix the bug - Work towards a fix --> **Version**: 2.0.1 <!-- To find the installed version of a package, you can check the `package.json` file in the root directory of your project. The version will be listed under `dependencies` or `devDependencies`, like this: ```json "dependencies": { "numerica": "0.12.3" } ``` --> **Bug description:** the word minus or negative is not added before the number when creating the worded number ## What steps will reproduce the bug? use the spell() function with a negative numebr
Version: 2.0.1
Bug description: the word minus or negative is not added before the number when creating the worded number
What steps will reproduce the bug?
use the spell() function with a negative numebr