Skip to content

Commit 475ce3d

Browse files
authored
Fix capitalization of example name (#6)
1 parent 4726918 commit 475ce3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/optim_tests/multivariate/quad_transforms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ end
138138
oldseed = copy(Base.GLOBAL_RNG) # Store current seed
139139

140140
srand(0)
141-
examples["Paraboloid Random matrix"] = _paraboloidproblem(100;
141+
examples["Paraboloid Random Matrix"] = _paraboloidproblem(100;
142142
name = "Paraboloid Random Matrix (100)",
143143
mat = _randommatrix(100))
144144

0 commit comments

Comments
 (0)