We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86ed5e commit c514bb9Copy full SHA for c514bb9
src/NHibernate/Collection/Generic/PersistentGenericSet.cs
@@ -316,7 +316,7 @@ public bool Contains(T item)
316
317
public bool Add(T o)
318
{
319
- // Skip checking the element existance in the database if we know that the element
+ // Skip checking the element existence in the database if we know that the element
320
// is transient and the operation queue is enabled
321
if (WasInitialized || !IsOperationQueueEnabled || !IsTransient(o))
322
0 commit comments