Docs: fixing code example that breaks the formatting of the auto generated docs. (#32465)

This commit is contained in:
Marcus Andersson 2021-03-30 09:09:44 +02:00 committed by GitHub
parent d8ddcfe64d
commit 678dcf6811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ import { DataFrame } from '../types/dataFrame';
* Returns true if both frames have the same list of fields and configs.
* Field may have diferent names, labels and values but share the same structure
*
* @example
* To compare multiple frames use:
* ```
* compareArrayValues(a, b, framesHaveSameStructure);