From 9e2d98a67f64ec9cb008f81395cfdceb17f09249 Mon Sep 17 00:00:00 2001 From: Aravind <63452117+codesculpture@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:25:34 +0000 Subject: [PATCH] doc(runtime): Small Correction on Runtime Doc (2nd attempt) Closes https://github.com/dart-lang/sdk/pull/54185 GitOrigin-RevId: 905d5fbd959a74c28525aec5ab8efd5b2638a5f3 Change-Id: Ice732d67ca0cd32ac76b4cd27d4830771501c084 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/338940 Reviewed-by: Slava Egorov Commit-Queue: Slava Egorov --- runtime/docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/docs/README.md b/runtime/docs/README.md index 9d76b1036ef..eb52823e40e 100644 --- a/runtime/docs/README.md +++ b/runtime/docs/README.md @@ -303,7 +303,7 @@ class Cat { } ICData ┌─────────────────────────────────────┐ sameFace(animal, face) ┌─────────▶│// class, method, frequency │ - object.face == face; │ │[Dog, Dog.get:face, 2, │ + animal.face == face; │ │[Dog, Dog.get:face, 2, │ ┬ │ │ Cat, Cat.get:face, 1] │ └──────────────┤ └─────────────────────────────────────┘ sameFace(Dog(), ...); │ InlineCacheStub @@ -957,4 +957,4 @@ See [Glossary](glossary.md) [`dart::Heap`]: https://github.com/dart-lang/sdk/blob/2ed6ea29003476e2a28fb5f4683a656427eb41ff/runtime/vm/heap/heap.h#L35 [`dart::Thread`]: https://github.com/dart-lang/sdk/blob/2ed6ea29003476e2a28fb5f4683a656427eb41ff/runtime/vm/thread.h#L334 [`Dart_RunLoop`]: https://github.com/dart-lang/sdk/blob/2ed6ea29003476e2a28fb5f4683a656427eb41ff/runtime/vm/dart_api_impl.cc#L2010 -[`dart::MessageHandler`]: https://github.com/dart-lang/sdk/blob/2ed6ea29003476e2a28fb5f4683a656427eb41ff/runtime/vm/message_handler.h#L20 \ No newline at end of file +[`dart::MessageHandler`]: https://github.com/dart-lang/sdk/blob/2ed6ea29003476e2a28fb5f4683a656427eb41ff/runtime/vm/message_handler.h#L20