summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2020-01-17 22:56:46 +0800
committerDave Kerr <dwmkerr@gmail.com>2020-01-17 22:56:46 +0800
commit8d736c0462ac469657729654d9b26074b2febdea (patch)
tree8f5c956c67a5bfb248110510565e8e53e6d1a491 /README.md
parent428c780b3317273df5f16242c547d0e531d0a4d9 (diff)
fix: broken link to hyrum's law and unneeded newline
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index c61b993..c359898 100644
--- a/README.md
+++ b/README.md
@@ -557,12 +557,11 @@ Often applied in server application development, this principle states that what
The goal of this principle is to build systems which are robust, as they can handle poorly formed input if the intent can still be understood. However, there are potentially security implications of accepting malformed input, particularly if the processing of such input is not well tested.
-Allowing non-conformant input, in time, may undermine the ability of protocols to evolve
-as implementors will eventually rely on this liberality to build their features.
+Allowing non-conformant input, in time, may undermine the ability of protocols to evolve as implementors will eventually rely on this liberality to build their features.
See Also:
-- [Hyrum's Law](#hyrums-law)
+- [Hyrum's Law](#hyrums-law-the-law-of-implicit-interfaces)
### SOLID