summaryrefslogtreecommitdiff
path: root/internal/wireguard/ini
diff options
context:
space:
mode:
Diffstat (limited to 'internal/wireguard/ini')
-rw-r--r--internal/wireguard/ini/ini.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wireguard/ini/ini.go b/internal/wireguard/ini/ini.go
index 6791336..597fd83 100644
--- a/internal/wireguard/ini/ini.go
+++ b/internal/wireguard/ini/ini.go
@@ -1,4 +1,4 @@
-// package ini implements an opinionated ini parser that only implements what we exactly need for WireGuard configs
+// Package ini implements an opinionated ini parser that only implements what we exactly need for WireGuard configs
// - key/values MUST live under a section
// - empty section names are NOT allowed
// - comments are indicated with a #