diff --git a/doc.go b/doc.go index f4eb8c0..ddedc38 100644 --- a/doc.go +++ b/doc.go @@ -8,9 +8,9 @@ // * The FileSystem interface, which defines the methods a file system must // implement. // -// * NotImplementedFileSystem, which may be embedded to obtain default -// implementations for all methods that are not of interest to a particular -// file system. +// * fuseutil.NotImplementedFileSystem, which may be embedded to obtain +// default implementations for all methods that are not of interest to a +// particular file system. // // * Mount, a function that allows for mounting a file system. //