From 6f59ff160cc03befc9b8f1ed8b5db60064dc37e3 Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Sat, 15 Feb 2025 22:16:50 +0100 Subject: [PATCH] Link `IniDocument` in getting started section --- ini.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.d b/ini.d index ce44460..2a9b72d 100644 --- a/ini.d +++ b/ini.d @@ -12,7 +12,7 @@ ### Getting started $(LIST - * [parseIniDocument] – Parse INI string into a DOM-like document. + * [parseIniDocument] – Parse INI string into a DOM-like [IniDocument]. * [parseIniAA] – Parse INI string into an associative array. * [stringifyIni] – Serialize an [IniDocument] or an associative array to a string of data in INI format.