diff options
Diffstat (limited to 'doc/tutorial/proto.org')
-rw-r--r-- | doc/tutorial/proto.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/proto.org b/doc/tutorial/proto.org index c8ccc5fe..70950868 100644 --- a/doc/tutorial/proto.org +++ b/doc/tutorial/proto.org @@ -285,7 +285,7 @@ $ #+END_SRC It should be noted, however, that this tight integration of proto -into our ~C++~ rules is just convenience of our code base. If had +into our ~C++~ rules is just convenience of our code base. If we had to cooperate with rules not aware of proto, we could have created a separate rule delegating the library creation to the anonymous target and then simply reflecting the values of that target. |