mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8311122: Fix typos in java.base
Reviewed-by: darcy, naoto, mchung, iris, mli, mullan
This commit is contained in:
parent
607ddaa0e6
commit
7b3c2dc5f4
13 changed files with 23 additions and 23 deletions
|
@ -531,7 +531,7 @@ public final class ScopedValue<T> {
|
|||
|
||||
/**
|
||||
* Creates a new {@code Carrier} with a single mapping of a {@code ScopedValue}
|
||||
* <em>key</em> to a value. The {@code Carrier} can be used to accumlate mappings so
|
||||
* <em>key</em> to a value. The {@code Carrier} can be used to accumulate mappings so
|
||||
* that an operation can be executed with all scoped values in the mapping bound to
|
||||
* values. The following example runs an operation with {@code k1} bound (or rebound)
|
||||
* to {@code v1}, and {@code k2} bound (or rebound) to {@code v2}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue