diff --git a/docs/03_model_habitat_linear.md b/docs/03_model_habitat_linear.md
index 5523967a..abee30f9 100644
--- a/docs/03_model_habitat_linear.md
+++ b/docs/03_model_habitat_linear.md
@@ -59,18 +59,18 @@ For various species and life stages, further filtering of streams to model as po
| Species | Life stage | Additional feature type and connectivity criteria |
|---------|------------|--------------------------------|
| Bull Trout | spawning | within streams/rivers
-| Bull Trout | rearing | within streams/rivers AND (
on spawning stream OR
downstream of spawning stream OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope >=5% between the spawning and potential rearing
) |
+| Bull Trout | rearing | within streams/rivers AND (
on spawning segment OR
downstream of spawning segment OR
on a tributary downstream of a spawning and beginning within 10m of the tributary OR
<10km upstream of any spawning with no stream segment of slope >=5% between the spawning and potential rearing
) |
| Chinook | spawning | within streams/rivers |
-| Chinook | rearing | within streams/rivers AND (
on spawning stream OR
downstream of spawning stream OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
)|
+| Chinook | rearing | within streams/rivers AND (
on spawning segment OR
downstream of spawning segment OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
)|
| Chum | spawning | within streams/rivers
| Chum | rearing | No rearing modelled (this species does not generally rear in fresh water) |
| Coho | spawning | within streams/rivers
-| Coho | rearing | (within streams/rivers OR wetland) AND (
on spawning stream OR downstream of spawning stream OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
)
**Note** - *Coho rearing in wetlands is not initially restricted by gradient and discharge/channel width* |
+| Coho | rearing | (within streams/rivers OR wetland) AND (
on spawning segment OR downstream of spawning segment OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
)
**Note** - *Coho rearing in wetlands is not initially restricted by gradient and discharge/channel width* |
| Pink | spawning | within streams/rivers
| Pink | rearing | No rearing modelled (this species does not generally rear in fresh water) |
-| Sockeye | spawning | within streams/rivers AND (
<3km downstream of rearing lake, with no stream segment of slope >=5% between the rearing lake and the potential spawning stream OR
upstream of the rearing lake and connected to the rearing lake (within 2m)
)|
+| Sockeye | spawning | within streams/rivers AND (
<3km downstream of rearing lake, with no stream segment of slope >=5% between the rearing lake and the potential spawning stream OR
upstream of the rearing lake and composed of segment(s) adjacent to the rearing lake (within 2m)
)|
| Sockeye | rearing | lakes of >= 2km2 |
| Steelhead | spawning | within streams/rivers |
-| Steelhead | rearing | within streams/rivers AND (
on spawning stream OR
downstream of spawning stream OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
) |
+| Steelhead | rearing | within streams/rivers AND (
on spawning segment OR
downstream of spawning segment OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
) |
| Westslope Cutthroat Trout | spawning | within streams/rivers |
-| Westslope Cutthroat Trout | rearing | within streams/rivers AND (
on spawning stream OR
downstream of spawning stream OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
) |
\ No newline at end of file
+| Westslope Cutthroat Trout | rearing | within streams/rivers AND (
on spawning segment OR
downstream of spawning segment OR
on a tributary downstream of spawning and beginning within 10m of the tributary OR
<10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing
) |
\ No newline at end of file