From 234081de2db89df43c87d469ca465dd7a4ab3132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20Rodr=C3=ADguez=20A?= Date: Fri, 19 Jun 2020 14:16:17 +0200 Subject: [PATCH] Add missing article --- _overviews/parallel-collections/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/parallel-collections/performance.md b/_overviews/parallel-collections/performance.md index b64b95d7d7..5f8c1fbfdc 100644 --- a/_overviews/parallel-collections/performance.md +++ b/_overviews/parallel-collections/performance.md @@ -87,7 +87,7 @@ depends on many factors. Some of them, but not all, include: - Machine architecture. Different CPU types have different performance and scalability characteristics. Orthogonal to that, whether the machine is multicore or has multiple processors - communicating via motherboard. + communicating via the motherboard. - JVM vendor and version. Different VMs apply different optimizations to the code at runtime. They implement different memory management and synchronization techniques. Some do not support