Skip to content

Commit 306f1b2

Browse files
authored
chore: Fix typo in sample code (#112)
There was a typo in "happroach", instead of "approach".
1 parent 22b5dee commit 306f1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/snippets/speech_adaptation_beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def sample_recognize(storage_uri, phrase):
4848
# The higher the boost, the higher the chance of false positive
4949
# recognition as well. Can accept wide range of positive values.
5050
# Most use cases are best served with values between 0 and 20.
51-
# Using a binary search happroach may help you find the optimal value.
51+
# Using a binary search approach may help you find the optimal value.
5252
boost = 20.0
5353
speech_contexts_element = {"phrases": phrases, "boost": boost}
5454
speech_contexts = [speech_contexts_element]

0 commit comments

Comments
 (0)