Clarify why it's bad

This commit is contained in:
wvu-r7
2015-02-11 13:59:22 -06:00
parent a200cfdf02
commit 8f026af839
@@ -196,5 +196,6 @@ Note: Some of these examples use puts() for demo purposes, but you should always
**11. Modifying the datastore during execution**
```ruby
# https://github.com/rapid7/metasploit-framework/issues/3853
datastore['BAD'] = 'This is bad.'
```