From d3f2b5151cb3cc8d67ec47e061a6e7b60fc4ca37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Pidani=C4=8D?= Date: Sat, 22 Apr 2017 20:24:13 +0200 Subject: [PATCH] typos --- specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification.md b/specification.md index 79267ab..17884f8 100644 --- a/specification.md +++ b/specification.md @@ -117,9 +117,9 @@ bar ( , , ...) vrac ``` First `bar` does not return anything, second bar after finishing returns a value, which has the same type as `bar`. -If we want to call services of a bar `bar`, we do it by calling `paľ do baru` as a procedure or `vrac mi z baru` as a function. As an input argument can be used `meňak` of arbitrary type, `bar` can only return arbitrary basic type. Input arguments are passed by reference. +If we want to call services of a pub `bar`, we do it by calling `paľ do baru` as a procedure or `vrac mi z baru` as a function. As an input argument can be used `meňak` of arbitrary type, `bar` can only return arbitrary basic type. Input arguments are passed by reference. -#####External functions +#### External functions We can call other `bar`s from external environments, which use different languages (types must be the same as in Šaral 2.0). If we want to taste an external `bar`, we call it by word `inakši` ```