From f25a59e484e8f46173e38dae2358fba0e0c42006 Mon Sep 17 00:00:00 2001 From: Petr Kulikov Date: Thu, 13 Jun 2019 19:03:19 +0200 Subject: [PATCH] Update conversions.md --- spec/conversions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/conversions.md b/spec/conversions.md index a7b0b9f..7d709fb 100644 --- a/spec/conversions.md +++ b/spec/conversions.md @@ -39,7 +39,7 @@ However, dynamic conversions ([Implicit dynamic conversions](conversions.md#impl An identity conversion converts from any type to the same type. This conversion exists such that an entity that already has a required type can be said to be convertible to that type. -* Because object and dynamic are considered equivalent there is an identity conversion between `object` and `dynamic`, and between constructed types that are the same when replacing all occurrences of `dynamic` with `object`. +* Because `object` and `dynamic` are considered equivalent there is an identity conversion between `object` and `dynamic`, and between constructed types that are the same when replacing all occurrences of `dynamic` with `object`. ### Implicit numeric conversions