Clarify documentation a little

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22636 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-11 06:46:35 +00:00
parent 32bd52f23c
commit 25ca8fc86b
3 changed files with 22 additions and 5 deletions

View file

@ -987,7 +987,7 @@ static NSMapTable *nodeNames = 0;
/**
* This performs the same function as the -content method, but retains
* escaped character information (like the standard five entities <,
* escaped character information (the standard five entities <,
* >, ', ", and &) which are normally
* replaced with their standard equivalents
* (<, >, ', ", and &).