I don't understand the following example from the documentation: ```js toAbsGlob('./fixtures/whatsgoingon/*/', {cwd: __dirname}); //=> '/dev/foo/' ``` Shouldn't it return `'/dev/foo/fixtures/whatsgoingon/*/'`? Thanks.