Skip to content

Commit dc52315

Browse files
committed
fix docstring
1 parent 768d038 commit dc52315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Analysis/InnerProductSpace/PiL2.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ section restrict₂
216216

217217
variable {I J : Finset ι'}
218218

219-
/-- The restriction from `EuclideanSpace 𝕜 J` to `EuclideanSpace κ I` when `I ⊆ J`. -/
219+
/-- The restriction from `EuclideanSpace 𝕜 J` to `EuclideanSpace 𝕜 I` when `I ⊆ J`. -/
220220
noncomputable
221221
def restrict₂ (hIJ : I ⊆ J) :
222222
EuclideanSpace 𝕜 J →L[𝕜] EuclideanSpace 𝕜 I where

0 commit comments

Comments
 (0)