aboutsummaryrefslogtreecommitdiff
path: root/docs/Readers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Readers.rst')
-rw-r--r--docs/Readers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Readers.rst b/docs/Readers.rst
index b69a0b34fabe..eae1717f6e5b 100644
--- a/docs/Readers.rst
+++ b/docs/Readers.rst
@@ -74,7 +74,7 @@ files in parallel. Therefore, there should be no parsing state in you Reader
object. Any parsing state should be in ivars of your File subclass or in
some temporary object.
-The key method to implement in a reader is::
+The key function to implement in a reader is::
virtual error_code loadFile(LinkerInput &input,
std::vector<std::unique_ptr<File>> &result);