DataFrameJSON: fix typo in DataFrameJSON.ts (#33380)

absense -> absence
This commit is contained in:
Ikko Ashimine 2021-04-27 02:24:58 +09:00 committed by GitHub
parent ed2388bfea
commit c41b5d80a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ export interface FieldSchema {
*/
export interface FieldValueEntityLookup {
NaN?: number[];
Undef?: number[]; // Missing because of absense or join
Undef?: number[]; // Missing because of absence or join
Inf?: number[];
NegInf?: number[];
}