summaryrefslogtreecommitdiff
path: root/rust/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md
index a18d46cd..60c4847c 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -29,7 +29,7 @@ fn main() {
.load("/bin/cat")
.expect("Couldn't open `/bin/cat`");
- println!("Filename: `{}`", bv.file().filename());
+ println!("File: `{}`", bv.file());
println!("File size: `{:#x}`", bv.len());
println!("Function count: {}", bv.functions().len());