From e0c702d068d0b35060e304afc038ae7bd50a4fb4 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Fri, 23 Jul 2010 23:42:03 +0200 Subject: [PATCH] Fix little bug in Note box --- manual/en/working-with-objects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/en/working-with-objects.txt b/manual/en/working-with-objects.txt index 5a3b9063d..b167841fe 100644 --- a/manual/en/working-with-objects.txt +++ b/manual/en/working-with-objects.txt @@ -376,7 +376,7 @@ that has O(n) complexity using `array_search`, where n is the size of the map. > for write operations that an inverse collection of a bidirectional one-to-many or many-to-many association is updated. > This knowledge can often be used to improve performance by avoiding the loading of the inverse collection. -> **NOTE* +> **NOTE** > > You can also clear the contents of a whole collection using the `Collections::clear()` method. You > should be aware that using this method can lead to a straight and optimized database delete or update call