Skip to content

Commit 9f04082

Browse files
authored
Merge pull request #182 from ThePurox/patch-1
fix typo in Tutorial 7
2 parents 8109809 + 9bd6be3 commit 9f04082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darcy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ uD = VectorValue(0.0,0.0)
7878
U = TrialFESpace(V,uD)
7979
P = TrialFESpace(Q)
8080

81-
# When the singe-field spaces have been designed, the multi-field test and trial spaces are expressed as arrays of single-field ones in a natural way.
81+
# When the sinlge-field spaces have been designed, the multi-field test and trial spaces are expressed as arrays of single-field ones in a natural way.
8282

8383
Y = MultiFieldFESpace([V, Q])
8484
X = MultiFieldFESpace([U, P])

0 commit comments

Comments
 (0)