Fix typo in Javadoc.

Closes #2417
This commit is contained in:
断桥烟雨
2022-09-30 17:34:12 +08:00
committed by GitHub
parent d94e9e87bd
commit eadaf9eb2b
5 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.data.redis.util.ByteUtils;
import org.springframework.lang.Nullable;
/**
* A {@link Record} within the stream backed by a collection of binary {@literal field/value} paris.
* A {@link Record} within the stream backed by a collection of binary {@literal field/value} pairs.
*
* @author Christoph Strobl
* @see 2.2

View File

@@ -22,7 +22,7 @@ import org.springframework.data.redis.serializer.RedisSerializer;
import org.springframework.lang.Nullable;
/**
* A {@link Record} within the stream backed by a collection of binary {@literal field/value} paris.
* A {@link Record} within the stream backed by a collection of binary {@literal field/value} pairs.
*
* @author Christoph Strobl
* @see 2.2

View File

@@ -28,7 +28,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* A {@link Record} within the stream backed by a collection of {@literal field/value} paris.
* A {@link Record} within the stream backed by a collection of {@literal field/value} pairs.
*
* @param <K> the field type of the backing map.
* @param <V> the value type of the backing map.

View File

@@ -18,7 +18,7 @@ package org.springframework.data.redis.connection.stream;
import java.util.Map;
/**
* A {@link Record} within the stream backed by a collection of {@link String} {@literal field/value} paris.
* A {@link Record} within the stream backed by a collection of {@link String} {@literal field/value} pairs.
*
* @author Christoph Strobl
* @since 2.2