fix typo
This commit is contained in:
parent
519c9c1c19
commit
6a6a7791e1
|
@ -28,7 +28,7 @@ func (m *Monitor) Name() string {
|
||||||
return m.monitor.GetName()
|
return m.monitor.GetName()
|
||||||
}
|
}
|
||||||
|
|
||||||
// PhysicalSize returns the size of the display are of a monitor in millimeters.
|
// PhysicalSize returns the size of the display area of a monitor in millimeters.
|
||||||
func (m *Monitor) PhysicalSize() (width, height float64) {
|
func (m *Monitor) PhysicalSize() (width, height float64) {
|
||||||
wi, hi := m.monitor.GetPhysicalSize()
|
wi, hi := m.monitor.GetPhysicalSize()
|
||||||
width = float64(wi)
|
width = float64(wi)
|
||||||
|
|
Loading…
Reference in New Issue