Better doc comments for desktop_entry

This commit is contained in:
Sasha Koshka 2024-10-05 00:51:10 -04:00
parent 0b464d368c
commit baea275b66

View File

@ -30,7 +30,7 @@ export type entry = struct {
value: value, value: value,
}; };
// A localized entry. // A localized key/value pair.
// Specification: §5 // Specification: §5
export type localized_entry = struct { export type localized_entry = struct {
key: str, key: str,