summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-24 08:50:38 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-24 08:50:38 +0000
commitfcbe0afda076982abf6e191c32cc3fea68620c56 (patch)
treeda84340dd8df5d5170d6e167eb378abd1ca0bbd0
parent333bd06861e55f97dfcaeebff100657734829add (diff)
downloadpyramid-fcbe0afda076982abf6e191c32cc3fea68620c56.tar.gz
pyramid-fcbe0afda076982abf6e191c32cc3fea68620c56.tar.bz2
pyramid-fcbe0afda076982abf6e191c32cc3fea68620c56.zip
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ec8e7f19d..b0e117545 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -31,9 +31,9 @@ Internal
lookup, because the registration will always be made with a specific
request interface, but registration may not be made with a specific
context interface. In general, when creating multiadapters, you
- want to order the provides interfaces so that the the elements which
- are more likely to have specific interfaces are ordered before those
- which may not.
+ want to order the requires interfaces so that the the elements which
+ are more likely to be registered using specific interfaces are
+ ordered before those which are less likely.
1.2b2 (2010-01-21)
==================