From a08444c4c67904dd8a9ee7086baead5f45681112 Mon Sep 17 00:00:00 2001 From: data-pup <16364986+data-pup@users.noreply.github.com> Date: Thu, 27 Jun 2019 19:44:41 +0000 Subject: [PATCH] fix sections translator doc comment --- cranelift/wasm/src/sections_translator.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cranelift/wasm/src/sections_translator.rs b/cranelift/wasm/src/sections_translator.rs index e3dacc1b38..1236e943dc 100644 --- a/cranelift/wasm/src/sections_translator.rs +++ b/cranelift/wasm/src/sections_translator.rs @@ -1,8 +1,8 @@ //! Helper functions to gather information for each of the non-function sections of a //! WebAssembly module. //! -//! The code of theses helper function is straightforward since it is only about reading metadata -//! about linear memories, tables, globals, etc. and storing them for later use. +//! The code of these helper functions is straightforward since they only read metadata +//! about linear memories, tables, globals, etc. and store them for later use. //! //! The special case of the initialize expressions for table elements offsets or global variables //! is handled, according to the semantics of WebAssembly, to only specific expressions that are