Skip to content

Commit ee4e16d

Browse files
authored
Spelling in comment (#731)
1 parent 21a2556 commit ee4e16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sampling.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ function make_alias_table!(w::AbstractVector, wsum,
595595
# a [out]: acceptance probabilities
596596
# alias [out]: alias table
597597
#
598-
# Note: a and w can be the same way, then that away will be
599-
# overriden inplace by acceptance probabilities
598+
# Note: a and w can be the same array, then that array will be
599+
# overwritten inplace by acceptance probabilities
600600
#
601601
# Returns nothing
602602
#

0 commit comments

Comments
 (0)