Commit be6d2446 authored by Kenton Varda's avatar Kenton Varda

Merge pull request #114 from puls/patch-1

Fix typo
parents 2a8b4df0 c6cff32f
......@@ -343,7 +343,7 @@ of malicious input:
* A message with deeply-nested objects can cause a stack overflow in typical code which processes
messages recursively.
To defend against these attacks, every Cap'n Proto implementation should implemented the following
To defend against these attacks, every Cap'n Proto implementation should implement the following
restrictions by default:
* As the application traverses the message, each time a pointer is dereferenced, a counter should
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment