Skip to content

Commit d3564ba

Browse files
nameEqualsJaredcamelid
authored andcommitted
Fix small inaccuracy in monomorph page
1 parent e269950 commit d3564ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/monomorph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ execute.
1010
Different languages handle this problem differently. For example, in some
1111
languages, such as Java, we may not know the most precise type of value until
1212
runtime. In the case of Java, this is ok because (almost) all variables are
13-
reference values anyway (i.e. pointers to a stack allocated object). This
13+
reference values anyway (i.e. pointers to a heap allocated object). This
1414
flexibility comes at the cost of performance, since all accesses to an object
1515
must dereference a pointer.
1616

0 commit comments

Comments
 (0)