diff options
Diffstat (limited to 'src/loading')
| -rw-r--r-- | src/loading/mem.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loading/mem.rs b/src/loading/mem.rs index 662de100..7208e6e2 100644 --- a/src/loading/mem.rs +++ b/src/loading/mem.rs @@ -80,7 +80,7 @@ mod tests { let path = Path::new("PTSans.ttf"); let loader = MemLoader::new().with(path, &data[..]); - // Test that the found was found. + // Test that the face was found. let info = &loader.faces[0]; assert_eq!(info.path, path); assert_eq!(info.index, 0); |
