Skip to content

Commit 38a5b6b

Browse files
committed
docs: fix special tokens comment typo
1 parent 11cdf46 commit 38a5b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metagpt/utils/special_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# token to separate different code messages in a WriteCode Message content
22
MSG_SEP = "#*000*#"
3-
# token to seperate file name and the actual code text in a code message
3+
# token to separate file name and the actual code text in a code message
44
FILENAME_CODE_SEP = "#*001*#"

0 commit comments

Comments
 (0)