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

absense -> absence
This commit is contained in:
Ikko Ashimine
2021-04-26 10:24:58 -07:00
committed by GitHub
parent ed2388bfea
commit c41b5d80a3
@@ -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[];
}