diff --git a/doc/api/process.markdown b/doc/api/process.markdown index ca65f3e5d4d..28b7b51d457 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -280,7 +280,8 @@ What platform you're running on. `'linux2'`, `'darwin'`, etc. ### process.memoryUsage() -Returns an object describing the memory usage of the Node process. +Returns an object describing the memory usage of the Node process +measured in bytes. var util = require('util');