Bug 477722 - Unsigned Integers Called Unassigned Integers
Summary: Unsigned Integers Called Unassigned Integers
Status: ASSIGNED
Alias: None
Product: krita
Classification: Applications
Component: Documentation (show other bugs)
Version: unspecified
Platform: Other All
: NOR minor
Target Milestone: ---
Assignee: wolthera
URL: https://docs.krita.org/en/untranslata...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-29 17:42 UTC by Nathan
Modified: 2023-11-29 17:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2023-11-29 17:42:08 UTC
Colorset's `bitdepth` under https://docs.krita.org/en/untranslatable_pages/kpl_defintion.html#colorsetentry calls U8/U16 "unassigned" rather than "unsigned" integers.

Less significant, but I'll mention it since it's in the same paragraph - the capitalization and spacing between integers and floating point values is different - "Unassigned 8bit integer" (no space before bit, no capitalization for integer) vs "16 bit Floating Point" (space before bit, all capitalized besides bit).