Skip to content

Commit a557501

Browse files
authored
fix: typo in factuality_correction example
1 parent 4b99b24 commit a557501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/intrinsics/factuality_correction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from mellea.stdlib.components.intrinsic import guardian
1414
from mellea.stdlib.context import ChatContext
1515

16-
user_text = "Why does Febuary have 28 days?"
16+
user_text = "Why does February have 28 days?"
1717
response_text = "February has 28 days because it was named after the Roman god of war, Mars, and the Romans believed that the month should have an even number of days to symbolize balance and fairness in war."
1818
document = Document(
1919
"The Gregorian calendar's oldest ancestor, the first Roman calendar, had "

0 commit comments

Comments
 (0)