Skip to content

Commit 9803f5d

Browse files
baharmonveroandreo
andauthored
Update content/tutorials/map_algebra/basic_map_algebra.qmd
Co-authored-by: Veronica Andreo <[email protected]>
1 parent 3351273 commit 9803f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/map_algebra/basic_map_algebra.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Write the expression `elevation = if(elevation > 30, 30, elevation)`.
535535
All cells with elevation values greater than thirty
536536
will be assigned a value of thirty,
537537
while all other cells will keep their original values.
538-
This will flatten all of the mountain peaks above the threshold of thirty,
538+
This will flatten all of the mountain peaks above the threshold of 30,
539539
forming plateaus.
540540

541541
![If then else statement diagram](images/map_algebra_03.svg)

0 commit comments

Comments
 (0)