Skip to content
Snippets Groups Projects
Commit e85a780d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

typos

parent 64531073
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!214Resolve "color of line created in plugin is ignored"
......@@ -9,9 +9,9 @@ export type OverlayBioEntityRender = {
x1: number;
/** bottom left corner of whole element, Ymin */
y1: number;
/** top righ corner of whole element, xMax */
/** top right corner of whole element, xMax */
x2: number;
/** top righ corner of whole element, yMax */
/** top right corner of whole element, yMax */
y2: number;
width: number;
height: number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment