Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyayush committed May 18, 2024
1 parent 365598c commit 326fecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/basics-of-bend.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 2: Basics of Bend

Welcome to Chapter 2 of the Unofficial Bend Programming Language Handbook. This chapter is designed to introduce you to the fundamental concepts of the Bend programming language. We will cover the basics, from writing your first program to understanding the core data types and control flow mechanisms in Bend.
Welcome to Chapter 2 of the Unofficial Bend Programming Language Guide. This chapter is designed to introduce you to the fundamental concepts of the Bend programming language. We will cover the basics, from writing your first program to understanding the core data types and control flow mechanisms in Bend.

## 2.1 Hello, World! in Bend

Expand Down
2 changes: 1 addition & 1 deletion src/setting-up-your-environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 1: Setting Up Your Environment

Welcome to the first chapter of "The Unofficial Bend Programming Language Handbook." This chapter will guide you through setting up your development environment to start coding in Bend. By the end of this chapter, you'll have the tools you need to write, compile, and run Bend programs on your machine.
Welcome to the first chapter of the Unofficial Bend Programming Language Guide. This chapter will guide you through setting up your development environment to start coding in Bend. By the end of this chapter, you'll have the tools you need to write, compile, and run Bend programs on your machine.

## Installing Bend

Expand Down

0 comments on commit 326fecb

Please sign in to comment.