diff --git a/docs/InputFormatReference.md b/docs/InputFormatReference.md index c2556e6e..61e9f820 100644 --- a/docs/InputFormatReference.md +++ b/docs/InputFormatReference.md @@ -885,7 +885,7 @@ the `OS` variable. ], 'conditions': [ ['OS=="mac"', {'sources!': ['win_util.cc']}], - ['OS=="win"', {'sources!': ['mac_util.cc']}], + ['OS=="win"', {'sources!': ['mac_util.mm']}], ], } ```