Skip to content

Commit

Permalink
computer_memory_storage: fix indicator titles
Browse files Browse the repository at this point in the history
  • Loading branch information
edomt committed May 13, 2024
1 parent 3c48a5d commit 0f40645
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ tables:
computer_memory_storage:
variables:
ddrives:
title: Historical price of memory
title: Historical price of disk drives
unit: "current US$ per terabyte"
short_unit: "$/TB"
description_from_producer: "In general, these are the lowest priced disk drives for which I found prices at the time. The floppy drives are not the lowest price per capacity. Floppies are included because they set a low unit price, making disk drives accessible to the masses."
display:
numDecimalPlaces: 0
flash:
title: Historical price of memory
title: Historical price of flash memory
unit: "current US$ per terabyte"
short_unit: "$/TB"
description_from_producer: "Flash memory provides a solid state alternative to disk drives, although at a greater cost per megabyte. In general, these are the lowest priced USB flash memory devices I could find. I have stopped recording separate flash prices, since SSDs are now the best source of flash memory prices."
Expand All @@ -33,7 +33,7 @@ tables:
display:
numDecimalPlaces: 0
ssd:
title: Historical price of memory
title: Historical price of solid-state drives
unit: "current US$ per terabyte"
short_unit: "$/TB"
description_from_producer: "Flash memory provides a solid state alternative to disk drives, although at a greater cost per megabyte. In general, these are the lowest priced USB flash memory devices I could find. I have stopped recording separate flash prices, since SSDs are now the best source of flash memory prices."
Expand Down

0 comments on commit 0f40645

Please sign in to comment.