FIX typos
This commit is contained in:
parent
cb91bf9927
commit
3434b46c2b
|
@ -33,7 +33,7 @@ let memory =
|
||||||
, show_plot = True
|
, show_plot = True
|
||||||
, table_rows = 10
|
, table_rows = 10
|
||||||
, geometry = C.MemGeo::{
|
, geometry = C.MemGeo::{
|
||||||
, plot = C.PlotGeo_::{ height = 120, ticks_y = 10 }
|
, plot = C.PlotGeo::{ height = 120, ticks_y = 10 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ let processor =
|
||||||
, show_plot = True
|
, show_plot = True
|
||||||
, table_rows = 10
|
, table_rows = 10
|
||||||
, geometry = C.ProcGeo::{
|
, geometry = C.ProcGeo::{
|
||||||
, plot = C.PlotGeo_::{ height = 120, ticks_y = 10 }
|
, plot = C.PlotGeo::{ height = 120, ticks_y = 10 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue