Remove extra '.'.

Co-Authored-By: nlewycky <nick@wasmer.io>
This commit is contained in:
Heyang Zhou
2019-11-28 03:25:05 +08:00
committed by GitHub
parent c7f4ca5dd3
commit 24ead779d6

View File

@ -245,7 +245,7 @@ pub struct CacheImage {
/// Code for the whole module. /// Code for the whole module.
code: Vec<u8>, code: Vec<u8>,
/// Offsets to the beginnings of each function. (including trampoline, if any) /// Offsets to the beginnings of each function (including trampoline, if any).
function_pointers: Vec<usize>, function_pointers: Vec<usize>,
/// Offsets to the beginnings of each function after trampoline. /// Offsets to the beginnings of each function after trampoline.