Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
README-NDN-CPP-Lite (minor): Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Jun 9, 2015
1 parent 6e6e9ad commit d31d8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-NDN-CPP-Lite.md
Expand Up @@ -41,7 +41,7 @@ name "/ndn/ucla":
The code cannot allocate new memory to enlarge the name components array, so a
sufficiently large array is provided to the NameLite constructor. The append
method is provided a pre-allocated buffer for the component value, in this case
a static C string. The append method returns an error is there is not enough
a static C string. The append method returns an error if there is not enough
room in the nameComponents array to add another entry to point to the new
component value. (NDN-CPP Lite uses error codes instead of exceptions.)

Expand Down

0 comments on commit d31d8bc

Please sign in to comment.