Skip to content

Commit ed42033

Browse files
authored
typos (#190)
1 parent 9fff800 commit ed42033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ComponentVector{Float64,SubArray...}(c = (a = 2.0, b = [6.0, 30.0]), a = 5.0)
2222
- Calling `axes` on a `ComponentArray` returns a new `CombinedAxis` type!
2323
- Doing things The Right Way™!
2424
- No more complicated and error-prone custom broadcasting machinery!
25-
- No more wierd special cases!
25+
- No more weird special cases!
2626
### v0.10.0
2727
- All indexing now slices rather than sometimes viewing and sometimes slicing!
2828
- Property access methods (i.e. "dot-access") still use views!

test/autodiff_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252

5353

5454
# # This is commented out because the gradient operation itself is broken due to Zygote's inability
55-
# # to support mutation and ComponentArray's use of mutation for contstuction from a NamedTuple.
55+
# # to support mutation and ComponentArray's use of mutation for construction from a NamedTuple.
5656
# # It would be nice to support this eventually, so I'll just leave this commented (because @test_broken
5757
# # wouldn't work here because the error happens before the test)
5858
# @testset "Issues" begin

0 commit comments

Comments
 (0)