diff options
| author | Amlal El Mahrouss <zka-holder@mahrouss-logic.com> | 2024-10-06 06:14:51 +0000 |
|---|---|---|
| committer | Amlal El Mahrouss <zka-holder@mahrouss-logic.com> | 2024-10-06 06:14:51 +0000 |
| commit | 135cf9abf4996e0ddbbbdaeaee33441bbbe2ca25 (patch) | |
| tree | 29d662d7d99336f31d683043e4fd566328e2367e /dev/zka/src/URL.cxx | |
| parent | db459bf711b21c9f1f0712625b441b100bf9cead (diff) | |
IMP: Improve Kernel's documentation.
Diffstat (limited to 'dev/zka/src/URL.cxx')
| -rw-r--r-- | dev/zka/src/URL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/src/URL.cxx b/dev/zka/src/URL.cxx index e10310f5..9748ba32 100644 --- a/dev/zka/src/URL.cxx +++ b/dev/zka/src/URL.cxx @@ -29,7 +29,7 @@ namespace Kernel }; constexpr const int kUrlOutSz = 1; //! such as: :// - constexpr const int kProtosCount = 5; + constexpr const int kProtosCount = 5; //! Number of protocols registered as of right now. constexpr const int kRangeSz = 4096; ErrorOr<StringView> url_extract_location(const Char* url) |
