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