diff --git a/doc/api/util.md b/doc/api/util.md index d298ae4b44425a..7855bfe8b40800 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -341,7 +341,6 @@ possible to obtain an incorrect result when the `object` argument manipulates `@@toStringTag`. ```js -// This example requires the `--harmony-tostring` flag const util = require('util'); const obj = { name: 'Error', message: 'an error occurred' };