From 7133bcee382ef17da620dc3f26dbf29a7c1e212f Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Thu, 28 Sep 2017 16:56:59 -0700 Subject: [PATCH] fixed typo in docs --- src/ParticleFilters.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParticleFilters.jl b/src/ParticleFilters.jl index d75b397..b6f1248 100644 --- a/src/ParticleFilters.jl +++ b/src/ParticleFilters.jl @@ -92,7 +92,7 @@ function particles end """ weight_sum(b::AbstractParticleBelief) -Return the sum of the withs of the particle collection. +Return the sum of the weights of the particle collection. """ function weight_sum end