Add missing period in the end of error messages

This commit is contained in:
Leonardo Alt
2018-07-16 16:11:39 +01:00
parent 29dae15c50
commit fdfdddd8dc
34 changed files with 36 additions and 36 deletions
@@ -6,4 +6,4 @@ contract C {
function g() public { L.f(1, 2, 3); }
}
// ----
// TypeError: (115-118): Member "f" not found or not visible after argument-dependent lookup in type(library L)
// TypeError: (115-118): Member "f" not found or not visible after argument-dependent lookup in type(library L).