Version 2.14.0-226.0.dev

Merge commit '2f9f746d837916168ff5a45bd93b0d1f9faf3a55' into 'dev'
diff --git a/sdk/lib/core/object.dart b/sdk/lib/core/object.dart
index 429eba0..32b52bf 100644
--- a/sdk/lib/core/object.dart
+++ b/sdk/lib/core/object.dart
@@ -4,7 +4,7 @@
 
 part of dart.core;
 
-/// The base class for all Dart objects exception `null`.
+/// The base class for all Dart objects except `null`.
 ///
 /// Because `Object` is a root of the non-nullable Dart class hierarchy,
 /// every other non-`Null` Dart class is a subclass of `Object`.
diff --git a/tools/VERSION b/tools/VERSION
index 230a736..e803b1c 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 14
 PATCH 0
-PRERELEASE 225
+PRERELEASE 226
 PRERELEASE_PATCH 0
\ No newline at end of file