Skip to content

Commit

Permalink
chore: Fix typo in sample code (#112)
Browse files Browse the repository at this point in the history
There was a typo in "happroach", instead of "approach".
  • Loading branch information
jonatan1609 authored May 25, 2021
1 parent bcaca8f commit 9f470f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def sample_recognize(storage_uri, phrase):
# The higher the boost, the higher the chance of false positive
# recognition as well. Can accept wide range of positive values.
# Most use cases are best served with values between 0 and 20.
# Using a binary search happroach may help you find the optimal value.
# Using a binary search approach may help you find the optimal value.
boost = 20.0
speech_contexts_element = {"phrases": phrases, "boost": boost}
speech_contexts = [speech_contexts_element]
Expand Down

0 comments on commit 9f470f1

Please sign in to comment.