acl-translation/acl-chinese

有个翻译有出入

zarzen opened this issue · 1 comments

ch2
2.3data

原文代码:

'(my 3 "Sons")
(MY 3 "Sons")
'(the list (a b c) has 3 elements)
(THE LIST (A B C) HAS 3 ELEMENTS)

译文代码:

'(my 3 "Sons")
(MY 3 SONS) ;;这里翻译有出入,我看到网友指出了,过来留个言、、
'(the list (a b c) has 3 elements)
(THE LIST (A B C) HAS 3 ELEMENTS)

Fixed in 0a1717f.