From acc55341efd7be3c1e36b0def0c1abfc458b4932 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Wed, 18 Dec 2024 18:58:34 +1100 Subject: [PATCH] [ffigen] Fix nit in readme (#1823) --- pkgs/ffigen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/ffigen/README.md b/pkgs/ffigen/README.md index 5077f7139..b2438c3ff 100644 --- a/pkgs/ffigen/README.md +++ b/pkgs/ffigen/README.md @@ -747,7 +747,7 @@ objc-protocols: include: # Generates bindings for a specific protocol. - MyProtocol -objc-category: +objc-categories: include: # Generates bindings for a specific category. - MyCategory