remove duplicated spaces in qldoc

This commit is contained in:
Erik Krogh Kristensen
2022-01-04 21:03:06 +01:00
parent 8f843209a8
commit fe1107ccac
5 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ abstract class TlsLibrary extends string {
/** The name of a specific protocol version. */
abstract string specific_version_name(ProtocolVersion version);
/** Gets a name, which is a member of `version_constants`, that can be used to specify the protocol family `family`. */
/** Gets a name, which is a member of `version_constants`, that can be used to specify the protocol family `family`. */
abstract string unspecific_version_name(ProtocolFamily family);
/** Gets an API node representing the module or class holding the version constants. */