Skip to content

Commit 028966a

Browse files
authored
Fix typo (#651)
1 parent 106ff77 commit 028966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_nlp/models/bert/bert_backbone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __init__(
139139
name="segment_embedding",
140140
)(segment_id_input)
141141

142-
# Sum, normailze and apply dropout to embeddings.
142+
# Sum, normalize and apply dropout to embeddings.
143143
x = keras.layers.Add()(
144144
(token_embedding, position_embedding, segment_embedding)
145145
)

0 commit comments

Comments
 (0)