FIX typos

This commit is contained in:
Nathan Dwarshuis 2022-08-31 16:01:23 -04:00
parent cb91bf9927
commit 3434b46c2b
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ let memory =
, show_plot = True
, table_rows = 10
, 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
, table_rows = 10
, geometry = C.ProcGeo::{
, plot = C.PlotGeo_::{ height = 120, ticks_y = 10 }
, plot = C.PlotGeo::{ height = 120, ticks_y = 10 }
}
}