fix sections translator doc comment

This commit is contained in:
data-pup
2019-06-27 19:44:41 +00:00
committed by Dan Gohman
parent 83336290c2
commit a08444c4c6

View File

@@ -1,8 +1,8 @@
//! Helper functions to gather information for each of the non-function sections of a //! Helper functions to gather information for each of the non-function sections of a
//! WebAssembly module. //! WebAssembly module.
//! //!
//! The code of theses helper function is straightforward since it is only about reading metadata //! The code of these helper functions is straightforward since they only read metadata
//! about linear memories, tables, globals, etc. and storing them for later use. //! 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 //! 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 //! is handled, according to the semantics of WebAssembly, to only specific expressions that are