From 986d816b439e9bfd7c315ceadcdb49f47c6512ad Mon Sep 17 00:00:00 2001
From: Lukas Wurzinger <lukas@wrz.one>
Date: Sun, 23 Oct 2022 14:37:23 +0200
Subject: [PATCH] readme: update function name

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b9d27e5..ed5e7ca 100644
--- a/README.md
+++ b/README.md
@@ -42,4 +42,4 @@ values to operands. The advantage of this approach is as follows:
 * It's fairly simple to represent all of this data in an intuitive data
   structure (in my opinion anyway)
   * For example, looping through operands is as simple as incrementing
-    `parser.oper` until `readarg_validate_oper` returns `0`.
+    `parser.oper` until `readarg_validate_arg` returns `0`.