Skip to content

Commit a9497af

Browse files
committed
Proofread the README
1 parent ac2dadb commit a9497af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Analysis API Documentation
1+
# Kotlin Analysis API Documentation
22

33
[![official project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
44
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55

6-
This repository contains documentation sources for the Analysis API library.
6+
This repository contains documentation sources for the Kotlin Analysis API library.
77
You might want to check the [generated documentation website](https://kotl.in/analysis-api).
88

99
---
1010

1111
The Analysis API is a powerful library for analyzing code in Kotlin.
12-
Made on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference targets,
13-
expression types, declaration scopes, diagnostics, and more.
12+
Built on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference
13+
targets, expression types, declaration scopes, diagnostics, and more.

0 commit comments

Comments
 (0)