From 9c9dc01f38c808948c6ea508503f913fa800bb9a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 1 Oct 2024 10:58:17 -0400 Subject: Write @arg instead of @param arg in doc comments --- src/typo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/typo.h') diff --git a/src/typo.h b/src/typo.h index 13eaa67..b0daaf1 100644 --- a/src/typo.h +++ b/src/typo.h @@ -7,9 +7,9 @@ /** * Find the "typo" distance between two strings. * - * @param actual + * @actual * The actual string typed by the user. - * @param expected + * @expected * The expected valid string. * @return The distance between the two strings. */ -- cgit v1.2.3