From ab051ac812bf6936cfd6e0d4e78cb77b4a2fe4cc Mon Sep 17 00:00:00 2001 From: Dong Zhou Date: Sun, 13 Mar 2022 04:39:01 -0400 Subject: [PATCH] fix type in bytecode chapter --- book/bytecode.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/bytecode.markdown b/book/bytecode.markdown index 5c780184..f130afe7 100644 --- a/book/bytecode.markdown +++ b/book/bytecode.markdown @@ -927,7 +927,7 @@ those are stored internally. * **An interface:** - The object-oriented solution for a value that maybe be one of several + The object-oriented solution for a value that may be one of several different types is through polymorphism. An interface provides virtual methods for the various type tests and conversions, along the lines of: