Merge pull request #36 from aerique/bugfix/fix-some-typos

Fix typo.
This commit is contained in:
bert hubert 2018-11-05 10:17:43 +01:00 committed by GitHub
commit d15dde662e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ Labels with the correct case-insensitive equivalence and identity rules,
lots of problems can never happen. Tons of conversion mechanics also does
not need to be typed in (or forgotten in some places).
The core or `tdns` therefore is the tree of nodes as intended in 1034,
The core of `tdns` therefore is the tree of nodes as intended in 1034,
containing DNS native objects like `DNSLabel`s and `DNSName`s. These get
escaping, case sensitivity and binary correctness right 'automatically'.