Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er authored Jan 4, 2024
1 parent 5ad7f87 commit e72e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ nm -g build/dynamic_lookup | grep AbstractPlugin.preface | grep T

and `libModulePlugin` module lists `preface` symbol as undefined:
```shell
$ nm -g build/libModulePlugin.so | grep AbstractPlugin.preface | grep T
$ nm -g build/libModulePlugin.so | grep AbstractPlugin.preface | grep U
U __ZN14AbstractPlugin7prefaceEv
```

Expand Down

0 comments on commit e72e13e

Please sign in to comment.