Skip to content

Commit 2314714

Browse files
Merge pull request #165 from stevengj/patch-4
fix typo in Poisson tutorial
2 parents 626c07f + e20ef61 commit 2314714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/poisson.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dΓ = Measure(Γ,degree)
107107
#
108108
# ## Weak form
109109
#
110-
# With all the ingredients presented so far, we are ready to define the weak form. This is done by defining to functions representing the bi-linear and linear forms:
110+
# With all the ingredients presented so far, we are ready to define the weak form. This is done by defining functions representing the bi-linear and linear forms:
111111

112112
f(x) = 1.0
113113
h(x) = 3.0

0 commit comments

Comments
 (0)