1
0

[MINOR] Correct the words accroding in the comments to according (#3343)

Correct the words 'accroding' in the comments to 'according'
This commit is contained in:
xiang2102
2021-07-27 08:48:58 +08:00
committed by GitHub
parent 61148c1c43
commit 024cf01f02

View File

@@ -70,7 +70,7 @@ public class RowDataToAvroConverters {
// --------------------------------------------------------------------------------
/**
* Creates a runtime converter accroding to the given logical type that converts objects of
* Creates a runtime converter according to the given logical type that converts objects of
* Flink Table & SQL internal data structures to corresponding Avro data structures.
*/
public static RowDataToAvroConverter createConverter(LogicalType type) {