Merge pull request #2430 from Frederick888/fix-2429

set CodeSuggestion approximate to false. fixes #2429
This commit is contained in:
Manish Goregaokar 2018-02-02 12:30:46 +05:30 committed by GitHub
commit c26be4c05c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -648,6 +648,7 @@ where
],
msg: help_msg,
show_code_when_inline: true,
approximate: false,
};
db.suggestions.push(sugg);
}