From 845772e443ef6750f93be282aa4615f752769c88 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Wed, 18 Dec 2024 11:34:01 +1100 Subject: [PATCH] [ffigen] Fix nit in readme --- 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