mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd:Ⓜ️:user::register: Fix comment. [ci skip]
This commit is contained in:
parent
94e8037921
commit
b51f49c925
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
||||||
/// (see json/tuple.h)). This is a superset of m::create(user::id), which is
|
/// (see json/tuple.h)). This is a superset of m::create(user::id), which is
|
||||||
/// called internally and only one part of the process. This function returns
|
/// called internally and only one part of the process. This function returns
|
||||||
/// a spec JSON object [into the buffer] which could be returned from an
|
/// a spec JSON object [into the buffer] which could be returned from an
|
||||||
/// `r0/register` endpoint. The IP argument is optional, used for for
|
/// `r0/register` endpoint. The IP argument is optional, used for information
|
||||||
/// information about the registrant if a client; to programmatically register
|
/// about the registrant if a client; to programmatically register a user,
|
||||||
/// a user simply fill out the structure as best as possible otherwise.
|
/// simply fill out the structure as best as possible otherwise.
|
||||||
///
|
///
|
||||||
struct ircd::m::user::registar
|
struct ircd::m::user::registar
|
||||||
:json::tuple
|
:json::tuple
|
||||||
|
|
Loading…
Reference in a new issue