comment fix

This commit is contained in:
Jim Menard 2009-01-23 13:54:57 -05:00
parent fa8dc062c6
commit b337150eb2
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,8 @@ module XGen
doc['err']
end
# Returns +true+ if there is was an error caused by the most recently
# executed database operation.
# Returns +true+ if an error was caused by the most recently executed
# database operation.
#
# Note: as of this writing, errors are only detected on the db server
# for certain kinds of operations (writes). The plan is to change this