Update comment

This commit is contained in:
Junyoung Choi
2017-09-07 01:01:53 +09:00
parent ec9ef2c302
commit 65698d1e24
+1 -1
View File
@@ -28,5 +28,5 @@ console.log(file.messages);
const custom: string = file.custom; // 'Custom tango'
const dataCustom: number = file.data.custom; // 12345
// Original properties must be kept
// Typings of original properties must be kept
const fileWithWrongParams = vfile({ path: 1234 }); // $ExpectError