alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.13k stars 738 forks source link

fix: fixing the comment for getSlotValue util function #567

Closed ShenChen93 closed 5 years ago

ShenChen93 commented 5 years ago

fixing the comment for getSlotValue util function

Description

getSlotValue function will raise error if no match found, but the comment says it will return null, which is not correct. Fixed issue: https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/566

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

ShenChen93 commented 5 years ago

566 fixed